Added -O2 CFLAG

This commit is contained in:
Pierre Pronchery 2006-07-14 11:42:14 +00:00
parent 217274ae4c
commit 0635ba3303
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@ BINDIR = $(PREFIX)/bin
INCLUDEDIR= $(PREFIX)/include
CC = cc
CFLAGSF = -W
CFLAGS = -Wall -g -ansi
LDFLAGSF= -l System
CFLAGS = -Wall -g -O2 -ansi
LDFLAGSF= -l System
RM = rm -f
MKDIR = mkdir -p
INSTALL = install

View File

@ -1,6 +1,6 @@
targets=configure,makedepend
cflags_force=-W
cflags=-Wall -g -ansi
cflags=-Wall -g -O2 -ansi
ldflags_force=-l System -l dl
dist=Makefile,configure.h,makefile.h,settings.h