aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-05-18 15:09:41 +0800
committerTeddy <ted.sybil@gmail.com>2014-05-18 15:09:41 +0800
commit46b2d724b217c59671a4d737d1a841845d0fe953 (patch)
tree800f3138947889f598948afd3e03f3b7f972b522 /Makefile
parentc9ab7b9fce223e57ea5716291cfd91c3fba567df (diff)
prepare for the final test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b5d63a1..e231f9b 100644
--- a/Makefile
+++ b/Makefile
@@ -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