Formerly GNUmakefile.~60~

This commit is contained in:
Roland McGrath 1992-05-14 20:05:17 +00:00
parent a5a036c101
commit 16d81de018

View file

@ -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