mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
Macro LUAI_ASSERT eases turning assertions on
This commit is contained in:
parent
56ec432281
commit
6f5bd5072d
3 changed files with 11 additions and 4 deletions
1
makefile
1
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue