Add doc for #:no-optimize.
Closes PR 13001. original commit: c29560828250dddcb3ff265527896e219d5d8b63
This commit is contained in:
parent
2f0211bd19
commit
e36796195e
|
@ -19,7 +19,7 @@ benchmarking, see @secref[#:doc '(lib
|
|||
|
||||
Typed Racket's optimizer is turned on by default. If you want to
|
||||
deactivate it (for debugging, for instance), you must add the
|
||||
@racket[#:no-optimize] keyword when specifying the language of your
|
||||
@as-index{@racket[#:no-optimize]} keyword when specifying the language of your
|
||||
program:
|
||||
|
||||
@racketmod[typed/racket #:no-optimize]
|
||||
|
|
Loading…
Reference in New Issue
Block a user