From cdf7e9c383bf17455ad2ed90d8ba70e5d90e7a3c Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 29 Jun 2020 07:53:48 -0600 Subject: [PATCH] cs makefile: fix `PLT_CS_COMPILE_LIMIT` note --- racket/src/cs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/racket/src/cs/Makefile b/racket/src/cs/Makefile index 0c1bb2066c..6d5a24ed62 100644 --- a/racket/src/cs/Makefile +++ b/racket/src/cs/Makefile @@ -6,7 +6,7 @@ SCHEME = scheme # 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): +# `PLT_CS_COMPILE_LIMIT` to 1000 (instead of 10000): UNSAFE_COMP = --unsafe # Controls whether compiled code is compressed: