Compile with -O2 again

This commit is contained in:
Pierre Pronchery 2010-05-26 10:05:52 +00:00
parent fd66f28700
commit 10f325ba53
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,8 +1,8 @@
targets=libSystem
cppflags_force=-I ../include
cppflags=-D WITH_SSL
cflags_force=-W -Wall -pedantic -fPIC
cflags=-g
cflags_force=-W -Wall -fPIC
cflags=-g -O2 -pedantic
dist=Makefile,appinterface.h,token.h