diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/fuzz/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fuzz/test.sh b/tests/fuzz/test.sh index 60815c9f..99dedd97 100755 --- a/tests/fuzz/test.sh +++ b/tests/fuzz/test.sh @@ -14,7 +14,7 @@ gcc -O1 $1 -I/home/alon/Dev/csmith/runtime mozjs a.out.js echo "2" gcc -O2 $1 -I/home/alon/Dev/csmith/runtime -~/Dev/emscripten/emcc -O2 $1 -I/home/alon/Dev/csmith/runtime +~/Dev/emscripten/emcc -O2 -g2 $1 -I/home/alon/Dev/csmith/runtime ./a.out mozjs a.out.js |