From 6f5bd5072dff07679c390eecfeaa9d20cc45a9ef Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 8 Jul 2020 15:51:55 -0300 Subject: Macro LUAI_ASSERT eases turning assertions on --- makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'makefile') diff --git a/makefile b/makefile index ecc42919..7af55332 100644 --- a/makefile +++ b/makefile @@ -38,6 +38,7 @@ CWARNSC= -Wdeclaration-after-statement \ CWARNS= $(CWARNSCPP) $(CWARNSC) # Some useful compiler options for internal tests: +# -DLUAI_ASSERT turns on all assertions inside Lua. # -DHARDSTACKTESTS forces a reallocation of the stack at every point where # the stack can be reallocated. # -DHARDMEMTESTS forces a full collection at all points where the collector -- cgit v1.2.3-55-g6feb