summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-05-14 20:05:17 +0000
committerRoland McGrath <roland@redhat.com>1992-05-14 20:05:17 +0000
commit16d81de018c82cea61ca09faf437fedf3842a319 (patch)
tree23eccd1de4fd165f81f93f9ab757d1962f26e627 /GNUmakefile
parenta5a036c1011d16e1684a98b703d9c726a238d153 (diff)
downloadgunmake-16d81de018c82cea61ca09faf437fedf3842a319.tar.gz
Formerly GNUmakefile.~60~
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 9f48921..4775618 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -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