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