Add -d0 flag to Chicken benchmarks.
Recommended by Mario Goulart.
This commit is contained in:
parent
29cfc48c5e
commit
bdfd7f8d6f
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user