From 46b2d724b217c59671a4d737d1a841845d0fe953 Mon Sep 17 00:00:00 2001 From: Teddy Date: Sun, 18 May 2014 15:09:41 +0800 Subject: prepare for the final test --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3-70-g09d2