Add -d0 flag to Chicken benchmarks.

Recommended by Mario Goulart.
This commit is contained in:
Vincent St-Amour 2012-11-19 12:29:15 -05:00
parent 29cfc48c5e
commit bdfd7f8d6f

View File

@ -2,5 +2,5 @@
(define name (vector-ref (current-command-line-arguments) 0))
(system (format "csc -no-warnings -no-trace -no-lambda-info -optimize-level 3 -block ~a.sch"
(system (format "csc -no-warnings -no-trace -no-lambda-info -optimize-level 3 -block -d0 ~a.sch"
name))