Added -O2 CFLAG
This commit is contained in:
parent
217274ae4c
commit
0635ba3303
@ -5,7 +5,7 @@ BINDIR = $(PREFIX)/bin
|
|||||||
INCLUDEDIR= $(PREFIX)/include
|
INCLUDEDIR= $(PREFIX)/include
|
||||||
CC = cc
|
CC = cc
|
||||||
CFLAGSF = -W
|
CFLAGSF = -W
|
||||||
CFLAGS = -Wall -g -ansi
|
CFLAGS = -Wall -g -O2 -ansi
|
||||||
LDFLAGSF= -l System
|
LDFLAGSF= -l System
|
||||||
RM = rm -f
|
RM = rm -f
|
||||||
MKDIR = mkdir -p
|
MKDIR = mkdir -p
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
targets=configure,makedepend
|
targets=configure,makedepend
|
||||||
cflags_force=-W
|
cflags_force=-W
|
||||||
cflags=-Wall -g -ansi
|
cflags=-Wall -g -O2 -ansi
|
||||||
ldflags_force=-l System -l dl
|
ldflags_force=-l System -l dl
|
||||||
dist=Makefile,configure.h,makefile.h,settings.h
|
dist=Makefile,configure.h,makefile.h,settings.h
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user