cs makefile: fix PLT_CS_COMPILE_LIMIT note

This commit is contained in:
Matthew Flatt 2020-06-29 07:53:48 -06:00
parent 4f9c0779f8
commit cdf7e9c383

View File

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