summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2023-09-05 10:15:04 +0200
committerMitya Selivanov <automainint@guattari.tech>2023-09-05 10:15:04 +0200
commitdb11e169f844537c0ae10db3350c90a8d3fca530 (patch)
treee775546d6fcb42d237c16ea69acd1504694598c7
parentdc58a1762bbb3191d0b1970e548a54d696d76132 (diff)
downloadkit-db11e169f844537c0ae10db3350c90a8d3fca530.zip
test
-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