This commit is contained in:
Roberto Ierusalimschy 2011-06-27 15:27:18 -03:00
parent f9eea453b7
commit 3dd68624dc
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,7 @@ CWARNS= $(CWARNSC) \
# -DEXTERNMEMCHECK -DHARDSTACKTESTS -DHARDMEMTESTS -DTRACEMEM='"tempmem"'
# -g -DLUA_USER_H='"ltests.h"'
# -fomit-frame-pointer #-pg -malign-double
# -fomit-frame-pointer #-pg -malign-double -DLUA_USE_CTYPE
# TESTS= -DLUA_USER_H='"ltests.h"' # -g -O0
# -mtune=native -fomit-frame-pointer
@ -118,6 +118,7 @@ echo:
$(ALL_O): makefile
# DO NOT DELETE
# automatically made with 'gcc -MM'
lapi.o: lapi.c lua.h luaconf.h lapi.h llimits.h lstate.h lobject.h ltm.h \
lzio.h lmem.h ldebug.h ldo.h lfunc.h lgc.h lstring.h ltable.h lundump.h \