summaryrefslogtreecommitdiff
path: root/build_and_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_and_test.sh')
-rw-r--r--build_and_test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_and_test.sh b/build_and_test.sh
index 97fdb75..48fa846 100644
--- a/build_and_test.sh
+++ b/build_and_test.sh
@@ -69,9 +69,9 @@ if [ "$COMPILE" = "gcc" ] || [ "$COMPILE" = "clang" ]; then
fi
else
if [ "$1" = "release" ]; then
- FLAGS="/O2"
+ FLAGS="-O2"
else
- FLAGS="/Od"
+ FLAGS="-Od"
fi
fi