arogue7, xrogue: set CFLAGS empty by default in the Makefiles.

This commit is contained in:
John "Elwin" Edwards 2015-06-05 14:06:11 -04:00
parent ec3e34544a
commit 3a456017a7
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ MISC = Makefile $(MISC_C) LICENSE.TXT $(PROGRAM).sln $(PROGRAM).vcproj $(DOCS)\
CC = gcc
CPPFLAGS =@DEFS@
ROPTS =
COPTS = -O3
COPTS =
CFLAGS= $(COPTS) $(ROPTS)
LIBS = @LIBS@
RM = rm -f

View file

@ -52,7 +52,7 @@ MISC = Makefile README.TXT LICENSE.TXT $(PROGRAM).sln $(PROGRAM).vcproj
CC = gcc
CPPFLAGS =@DEFS@
CFLAGS= -O3
CFLAGS=
LIBS = @LIBS@
RM = rm -f
TAR = tar