aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-14 17:29:41 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-14 17:29:41 +0800
commit3bf02a37cdd49d4d12c8fdf3a4a421d5dae3a75b (patch)
tree5dbfdcb5ca98768f193d529c88cd5ac1812006d8 /Makefile
parentbe368fbac6b8d80033ccb8e4138b55c4b0954c34 (diff)
big change in framework: unification of user-def proc and others
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2558d7b..5232363 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
CXX = g++ -DGMP_SUPPORT
BUILD_DIR = build
-all: gc_debug
+all: debug
debug: CXX += -DGC_INFO -g -pg
gc_debug: CXX += -DGC_INFO -DGC_DEBUG -g -pg
release: CXX += -O2