summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2001-07-24 19:40:08 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2001-07-24 19:40:08 -0300
commit017154370476129d7420857537603aa1d7a561ca (patch)
tree49c36ccf9121370324324b24286613af0dc68ed0
parentebd1d1f82c12736565b7c471f0dd4f3904724e1d (diff)
downloadlua-github-017154370476129d7420857537603aa1d7a561ca.tar.gz
better optimization optionsv4_1_Alphav4.1-alpha
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 382d9599..75696b6c 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
#
-## $Id: makefile,v 1.30 2000/11/06 13:45:18 roberto Exp roberto $
+## $Id: makefile,v 1.31 2001/07/24 17:25:30 roberto Exp roberto $
## Makefile
## See Copyright Notice in lua.h
#
@@ -39,7 +39,7 @@ CWARNS = -Wall -W -pedantic \
# -Wcast-qual
# -Wtraditional
-CFLAGS = $(CONFIG) $(CWARNS) -ansi -O2
+CFLAGS = $(CONFIG) $(CWARNS) -ansi -O3 -fomit-frame-pointer
# To make early versions