From 16d81de018c82cea61ca09faf437fedf3842a319 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 14 May 1992 20:05:17 +0000 Subject: [PATCH] Formerly GNUmakefile.~60~ --- GNUmakefile | 7 +++---- 1 file 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 -- 2.7.4