Formerly GNUmakefile.~60~
authorRoland McGrath <roland@redhat.com>
Thu, 14 May 1992 20:05:17 +0000 (20:05 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 14 May 1992 20:05:17 +0000 (20:05 +0000)
GNUmakefile

index 9f48921..4775618 100644 (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