summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-05-13 20:21:05 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2020-05-13 20:21:05 +0200
commitd19d0027bf50b383f536b0716fd5437d666d94ec (patch)
tree449384ba6fa2fa0be01a08ea58a2f3875c794ad5
parentc2151264e5075a7bfd419c3bdf54b6521faca51e (diff)
downloadcompilertests-d19d0027bf50b383f536b0716fd5437d666d94ec.tar.gz
compilertests-d19d0027bf50b383f536b0716fd5437d666d94ec.tar.bz2
debugging is the default build mode in build.sh
-rwxr-xr-xecomp-c/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecomp-c/build.sh b/ecomp-c/build.sh
index e831810..2124ccb 100755
--- a/ecomp-c/build.sh
+++ b/ecomp-c/build.sh
@@ -3,7 +3,7 @@
BINARY=${1:-ec}
COMPILER=${2:-gcc}
MODE=${3:-freestanding}
-LEVEL=${4:-0}
+LEVEL=${4:-d}
DEBUG=0