Re-hi, On Mon, Aug 20, 2007 at 05:30:51PM +0200, Armin Rigo wrote: > > make CFLAGS="-O2 -DRPY_ASSERT" > > mv testing_1 /some/path/pypy-c-sandbox > > You can now just say 'make llsafer' instead.
While I was at it I enabled RPY_LL_ASSERT automatically in all programs translated with --sandbox, assuming that better safety by default is a good idea in this case. So now you can say ./translate.py --sandbox and get a correctly compiled result for free. A bientot, Armin. _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
