diff options
-rw-r--r-- | Makefile | 6 | ||||
-rw-r--r-- | finaltermvars.sh | 2 |
2 files changed, 5 insertions, 3 deletions
@@ -1,7 +1,7 @@ -ifeq ($(mode), release) - CFLAGS = -O2 -Wall -else +ifeq ($(mode), debug) CFLAGS = -g -Wall -Wextra -DCIBIC_DEBUG +else + CFLAGS = -O2 -Wall endif all: cibic diff --git a/finaltermvars.sh b/finaltermvars.sh new file mode 100644 index 0000000..0196ce9 --- /dev/null +++ b/finaltermvars.sh @@ -0,0 +1,2 @@ +cp ../lib.s . +export CCHK="./cibic" |