lua

A copy of the Lua development repository
Log | Files | Refs | README

commit d9ef3d3072d22a052842e644f922790e11a48bd4
parent 70b1eb4e8b478da4c12dba591218a5c8597bd727
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Wed, 22 Dec 1993 19:52:08 -0200

opcao -O2 para otimizacao

Diffstat:
Mmakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/makefile b/makefile @@ -1,7 +1,7 @@ -# $Id: makefile,v 1.2 1993/12/22 20:55:06 roberto Exp roberto $ +# $Id: makefile,v 1.3 1993/12/22 21:21:06 roberto Exp roberto $ # Compilation parameters CC = gcc -CFLAGS = -I/usr/5include -Wall -DMAXCODE=4096 -DMAXCONSTANT=1024 -DMAXSYMBOL=1024 +CFLAGS = -I/usr/5include -Wall -O2 -DMAXCODE=4096 -DMAXCONSTANT=1024 -DMAXSYMBOL=1024 AR = ar ARFLAGS = rvl