Add doc for #:no-optimize.

Closes PR 13001.

original commit: c29560828250dddcb3ff265527896e219d5d8b63
This commit is contained in:
Eric Dobson 2013-04-03 23:05:20 -07:00
parent 2f0211bd19
commit e36796195e

View File

@ -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]