add note on compiling Rumble in safe mode
This commit is contained in:
parent
221408cb34
commit
5e9c6b31c0
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user