summaryrefslogtreecommitdiff
path: root/test/compile-c99.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/compile-c99.sh')
-rwxr-xr-xtest/compile-c99.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compile-c99.sh b/test/compile-c99.sh
index 4583ebf..c13617d 100755
--- a/test/compile-c99.sh
+++ b/test/compile-c99.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-exec gcc -std=c99 -Wall -Wextra -pedantic -I../src -o inflate inflate-app.c ../src/inflate.c
+exec gcc -std=c99 -O2 -Wall -Wextra -pedantic -I../src "$@" -o inflate inflate-app.c ../src/inflate.c