aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-15 13:53:59 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-15 13:53:59 +0800
commit8aeb7f59e1da79411c02d1c502d4e7331733e2a0 (patch)
tree3e1013a0b3875870d73b232d867a7fba1bad97e0 /Makefile
parent56689aa5d8d337148fcebf672ded423b7411bdfe (diff)
...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5232363..2558d7b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
CXX = g++ -DGMP_SUPPORT
BUILD_DIR = build
-all: debug
+all: gc_debug
debug: CXX += -DGC_INFO -g -pg
gc_debug: CXX += -DGC_INFO -DGC_DEBUG -g -pg
release: CXX += -O2