mirror of
https://github.com/lua/lua
synced 2024-11-25 06:09:36 +03:00
opcao -O2 para otimizacao
This commit is contained in:
parent
70b1eb4e8b
commit
d9ef3d3072
4
makefile
4
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
|
# Compilation parameters
|
||||||
CC = gcc
|
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
|
AR = ar
|
||||||
ARFLAGS = rvl
|
ARFLAGS = rvl
|
||||||
|
Loading…
Reference in New Issue
Block a user