mirror of
https://github.com/mirror/make.git
synced 2025-02-12 12:50:13 +08:00
Formerly GNUmakefile.~60~
This commit is contained in:
parent
a5a036c101
commit
16d81de018
@ -97,10 +97,9 @@ prog := make
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq "$(findstring gcc,$(CC))" ""
|
ifneq "$(findstring gcc,$(CC))" ""
|
||||||
CFLAGS = $(defines) -g -W -Wunused -Wpointer-arith -Wreturn-type -Wswitch
|
CFLAGS = -g -W -Wunused -Wpointer-arith -Wreturn-type -Wswitch
|
||||||
ifneq "$(findstring -O,$(CC))" ""
|
else
|
||||||
CC := $(CC) -fstrength-reduce
|
CFLAGS = -g
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef yescustoms
|
ifdef yescustoms
|
||||||
|
Loading…
Reference in New Issue
Block a user