aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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