diff options
author | Teddy <[email protected]> | 2013-08-14 17:29:41 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2013-08-14 17:29:41 +0800 |
commit | 3bf02a37cdd49d4d12c8fdf3a4a421d5dae3a75b (patch) | |
tree | 5dbfdcb5ca98768f193d529c88cd5ac1812006d8 /Makefile | |
parent | be368fbac6b8d80033ccb8e4138b55c4b0954c34 (diff) |
big change in framework: unification of user-def proc and others
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |