aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index ecc42919..7af55332 100644
--- a/makefile
+++ b/makefile
@@ -38,6 +38,7 @@ CWARNSC= -Wdeclaration-after-statement \
38CWARNS= $(CWARNSCPP) $(CWARNSC) 38CWARNS= $(CWARNSCPP) $(CWARNSC)
39 39
40# Some useful compiler options for internal tests: 40# Some useful compiler options for internal tests:
41# -DLUAI_ASSERT turns on all assertions inside Lua.
41# -DHARDSTACKTESTS forces a reallocation of the stack at every point where 42# -DHARDSTACKTESTS forces a reallocation of the stack at every point where
42# the stack can be reallocated. 43# the stack can be reallocated.
43# -DHARDMEMTESTS forces a full collection at all points where the collector 44# -DHARDMEMTESTS forces a full collection at all points where the collector