From dc601ff20c8fea9f5b06187be39df404a2e7a766 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 10 Feb 2003 08:12:47 +0000 Subject: Don't use -O0 when DODEBUG is turned on. --- Rules.mak | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index 203f682af..799952970 100644 --- a/Rules.mak +++ b/Rules.mak @@ -158,10 +158,6 @@ endif # use '-Os' optimization if available, else use -O2, allow Config to override OPTIMIZATION+=$(call check_gcc,-Os,-O2) -# Override optimization settings when debugging -ifeq ($(DODEBUG),y) -OPTIMIZATION=-O0 -endif # Add a bunch of extra pedantic annoyingly strict checks -- cgit v1.2.3