mirror of
https://github.com/mirror/make.git
synced 2025-02-07 18:20:38 +08:00
Formerly GNUmakefile.~60~
This commit is contained in:
parent
a5a036c101
commit
16d81de018
@ -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 New Issue
Block a user