diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2006-07-11 12:53:29 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2006-07-11 12:53:29 -0300 |
commit | 3ca9af51a4f060cf2178901a67a21f8269af3224 (patch) | |
tree | 4f1bb541280aa8b4960b16d0925eca60adb2b1a8 /makefile | |
parent | c7b89dd28097296bbc14d9b47b4cea72514b2b76 (diff) | |
download | lua-3ca9af51a4f060cf2178901a67a21f8269af3224.tar.gz lua-3ca9af51a4f060cf2178901a67a21f8269af3224.tar.bz2 lua-3ca9af51a4f060cf2178901a67a21f8269af3224.zip |
emergency garbage collector (core forces a GC when allocation fails)
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ CWARNS= -pedantic -Waggregate-return -Wcast-align \ | |||
9 | -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings | 9 | -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings |
10 | # -Wcast-qual | 10 | # -Wcast-qual |
11 | 11 | ||
12 | # -DEXTERNMEMCHECK -DHARDSTACKTESTS | 12 | # -DEXTERNMEMCHECK -DHARDSTACKTESTS -DHARDMEMTESTS |
13 | # -g -DLUA_USER_H='"ltests.h"' | 13 | # -g -DLUA_USER_H='"ltests.h"' |
14 | # -fomit-frame-pointer #-pg -malign-double | 14 | # -fomit-frame-pointer #-pg -malign-double |
15 | TESTS= -g -DLUA_USER_H='"ltests.h"' | 15 | TESTS= -g -DLUA_USER_H='"ltests.h"' |