diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2020-07-08 15:51:55 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2020-07-08 15:51:55 -0300 |
| commit | 6f5bd5072dff07679c390eecfeaa9d20cc45a9ef (patch) | |
| tree | e7025f2595fe225b165b6a9daae53c86013139ca /makefile | |
| parent | 56ec4322817b0e9aef6084c278dcf24fda7bed1c (diff) | |
| download | lua-github-6f5bd5072dff07679c390eecfeaa9d20cc45a9ef.tar.gz | |
Macro LUAI_ASSERT eases turning assertions on
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
