aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/makefile b/makefile
index baa6e673..ecc42919 100644
--- a/makefile
+++ b/makefile
@@ -40,7 +40,9 @@ CWARNS= $(CWARNSCPP) $(CWARNSC)
40# Some useful compiler options for internal tests: 40# Some useful compiler options for internal tests:
41# -DHARDSTACKTESTS forces a reallocation of the stack at every point where 41# -DHARDSTACKTESTS forces a reallocation of the stack at every point where
42# the stack can be reallocated. 42# the stack can be reallocated.
43# -DHARDMEMTESTS forces an emergency collection at every single allocation. 43# -DHARDMEMTESTS forces a full collection at all points where the collector
44# can run.
45# -DEMERGENCYGCTESTS forces an emergency collection at every single allocation.
44# -DEXTERNMEMCHECK removes internal consistency checking of blocks being 46# -DEXTERNMEMCHECK removes internal consistency checking of blocks being
45# deallocated (useful when an external tool like valgrind does the check). 47# deallocated (useful when an external tool like valgrind does the check).
46# -DMAXINDEXRK=k limits range of constants in RK instruction operands. 48# -DMAXINDEXRK=k limits range of constants in RK instruction operands.