mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-30 19:24:07 +00:00
Formerly GNUmakefile.~60~
This commit is contained in:
parent
a5a036c101
commit
16d81de018
1 changed files with 3 additions and 4 deletions
|
@ -97,10 +97,9 @@ prog := make
|
|||
endif
|
||||
|
||||
ifneq "$(findstring gcc,$(CC))" ""
|
||||
CFLAGS = $(defines) -g -W -Wunused -Wpointer-arith -Wreturn-type -Wswitch
|
||||
ifneq "$(findstring -O,$(CC))" ""
|
||||
CC := $(CC) -fstrength-reduce
|
||||
endif
|
||||
CFLAGS = -g -W -Wunused -Wpointer-arith -Wreturn-type -Wswitch
|
||||
else
|
||||
CFLAGS = -g
|
||||
endif
|
||||
|
||||
ifdef yescustoms
|
||||
|
|
Loading…
Reference in a new issue