aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2011-07-04 13:10:15 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2011-07-04 13:10:15 -0300
commitb707e81c3d5c521556374619349d6159504a7d4c (patch)
tree3dc6c74fe07146c7b753a7730ce486f0547bb056 /makefile
parentee37ee50d6560dae4123396f47c505856f33a334 (diff)
downloadlua-b707e81c3d5c521556374619349d6159504a7d4c.tar.gz
lua-b707e81c3d5c521556374619349d6159504a7d4c.tar.bz2
lua-b707e81c3d5c521556374619349d6159504a7d4c.zip
comments about some compiler options that should be tested once in a while
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/makefile b/makefile
index adeb63f2..dbd4b677 100644
--- a/makefile
+++ b/makefile
@@ -34,8 +34,9 @@ CWARNS= $(CWARNSC) \
34 34
35# -DEXTERNMEMCHECK -DHARDSTACKTESTS -DHARDMEMTESTS -DTRACEMEM='"tempmem"' 35# -DEXTERNMEMCHECK -DHARDSTACKTESTS -DHARDMEMTESTS -DTRACEMEM='"tempmem"'
36# -g -DLUA_USER_H='"ltests.h"' 36# -g -DLUA_USER_H='"ltests.h"'
37# -fomit-frame-pointer #-pg -malign-double -DLUA_USE_CTYPE 37# -fomit-frame-pointer #-pg -malign-double
38# TESTS= -DLUA_USER_H='"ltests.h"' # -g -O0 38# -DLUA_USE_CTYPE -DLUA_USE_APICHECK
39TESTS= -DLUA_USER_H='"ltests.h"'
39 40
40# -mtune=native -fomit-frame-pointer 41# -mtune=native -fomit-frame-pointer
41LOCAL = $(TESTS) $(CWARNS) -g 42LOCAL = $(TESTS) $(CWARNS) -g