diff options
author | Teddy <[email protected]> | 2013-08-14 23:28:20 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2013-08-14 23:28:20 +0800 |
commit | addbfae58d8afceb06d92f6ef1cdfed89c07518b (patch) | |
tree | 22668b260beac6177871ea5570452c5bfdedd08f /Makefile | |
parent | 640a20d0b6a2137617b7f217defce7979338e289 (diff) |
significant improvement on gc efficiency
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: debug +all: gc_debug debug: CXX += -DGC_INFO -g -pg gc_debug: CXX += -DGC_INFO -DGC_DEBUG -g -pg release: CXX += -O2 |