summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2006-07-11 12:53:29 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2006-07-11 12:53:29 -0300
commit3ca9af51a4f060cf2178901a67a21f8269af3224 (patch)
tree4f1bb541280aa8b4960b16d0925eca60adb2b1a8 /makefile
parentc7b89dd28097296bbc14d9b47b4cea72514b2b76 (diff)
downloadlua-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--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index d57ecbad..c157b46f 100644
--- a/makefile
+++ b/makefile
@@ -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
15TESTS= -g -DLUA_USER_H='"ltests.h"' 15TESTS= -g -DLUA_USER_H='"ltests.h"'