Compiling with optimizations turned on

This commit is contained in:
Pierre Pronchery 2007-10-10 00:29:19 +00:00
parent e8678fb8fd
commit 7ce4e78cc0
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ LIBDIR = $(PREFIX)/lib
CC = cc
CPPFLAGS=
CFLAGSF = -W -Wall -ansi -fPIC -I ../include
CFLAGS = -g
CFLAGS = -g -O2
AR = ar -rc
RANLIB = ranlib
LD = ld -shared

View File

@ -1,6 +1,6 @@
targets=libSystem
cflags_force=-W -Wall -ansi -fPIC -I ../include
cflags=-g
cflags=-g -O2
dist=Makefile,appinterface.h