cs makefile: fix PLT_CS_COMPILE_LIMIT
note
This commit is contained in:
parent
4f9c0779f8
commit
cdf7e9c383
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user