arogue7, xrogue: set CFLAGS empty by default in the Makefiles.
This commit is contained in:
parent
ec3e34544a
commit
3a456017a7
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue