diff options
author | Teddy <[email protected]> | 2014-05-18 15:09:41 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2014-05-18 15:09:41 +0800 |
commit | 46b2d724b217c59671a4d737d1a841845d0fe953 (patch) | |
tree | 800f3138947889f598948afd3e03f3b7f972b522 /Makefile | |
parent | c9ab7b9fce223e57ea5716291cfd91c3fba567df (diff) |
prepare for the final test
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 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 |