add note on compiling Rumble in safe mode

This commit is contained in:
Matthew Flatt 2020-06-28 13:13:28 -06:00
parent 221408cb34
commit 5e9c6b31c0

View File

@ -4,7 +4,9 @@
RACKET = ../../bin/racket
SCHEME = scheme
# Controls whether Racket layers are built as unsafe:
# Controls whether Racket layers are built as unsafe; beware that
# building some Racket libraries using safe mode may require setting
# `PLT_CS_COMPILE_LIMIT` to 1000 (instead of 1000):
UNSAFE_COMP = --unsafe
# Controls whether compiled code is compressed: