From d9ef3d3072d22a052842e644f922790e11a48bd4 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 22 Dec 1993 19:52:26 -0200 Subject: opcao -O2 para otimizacao --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index a0dc190e..f4d67cb2 100644 --- 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 -- cgit v1.2.3-55-g6feb