Compile with -O2 again
This commit is contained in:
parent
fd66f28700
commit
10f325ba53
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user