diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1993-12-22 19:52:26 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1993-12-22 19:52:26 -0200 |
commit | d9ef3d3072d22a052842e644f922790e11a48bd4 (patch) | |
tree | 6986ca8c678276aa03251838d0442caaa6897e38 /makefile | |
parent | 70b1eb4e8b478da4c12dba591218a5c8597bd727 (diff) | |
download | lua-d9ef3d3072d22a052842e644f922790e11a48bd4.tar.gz lua-d9ef3d3072d22a052842e644f922790e11a48bd4.tar.bz2 lua-d9ef3d3072d22a052842e644f922790e11a48bd4.zip |
opcao -O2 para otimizacao
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ | |||
1 | # $Id: makefile,v 1.2 1993/12/22 20:55:06 roberto Exp roberto $ | 1 | # $Id: makefile,v 1.3 1993/12/22 21:21:06 roberto Exp roberto $ |
2 | # Compilation parameters | 2 | # Compilation parameters |
3 | CC = gcc | 3 | CC = gcc |
4 | CFLAGS = -I/usr/5include -Wall -DMAXCODE=4096 -DMAXCONSTANT=1024 -DMAXSYMBOL=1024 | 4 | CFLAGS = -I/usr/5include -Wall -O2 -DMAXCODE=4096 -DMAXCONSTANT=1024 -DMAXSYMBOL=1024 |
5 | 5 | ||
6 | AR = ar | 6 | AR = ar |
7 | ARFLAGS = rvl | 7 | ARFLAGS = rvl |