aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-12-20 11:27:25 -0800
committerAlon Zakai <alonzakai@gmail.com>2013-12-20 11:27:25 -0800
commit2d5f34d1504a3e9c90780efd4194a36da5296718 (patch)
treecbc509fb9d7570ab5ff57d3cffe7f53e80a5cfb9 /tests
parent63abd230948eb2ce11f65acbfef63f8ce67f53b5 (diff)
simplify ir for fastcomp after the autodebugger runs
Diffstat (limited to 'tests')
-rwxr-xr-xtests/fuzz/test.sh2
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