Added -O2 CFLAG
This commit is contained in:
parent
217274ae4c
commit
0635ba3303
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user