aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-05-15 18:38:11 +0000
committerRob Landley <rob@landley.net>2006-05-15 18:38:11 +0000
commit282a26b8ba5b74bd403fcefc41be00a1e2359207 (patch)
treec2b3ce1be1bae2820c1700a3ef72084591d50c8b
parent2f38f27b428527e6b90953ce6660b7fb9fb6b511 (diff)
downloadbusybox-w32-282a26b8ba5b74bd403fcefc41be00a1e2359207.tar.gz
busybox-w32-282a26b8ba5b74bd403fcefc41be00a1e2359207.tar.bz2
busybox-w32-282a26b8ba5b74bd403fcefc41be00a1e2359207.zip
The one line fix to Bernhard Fischer's "profoundly".
-rw-r--r--Rules.mak1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index 843bcce28..ebd09edb3 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -219,7 +219,6 @@ else
219endif 219endif
220 220
221ifneq ($(strip $(CONFIG_DEBUG_PESSIMIZE)),y) 221ifneq ($(strip $(CONFIG_DEBUG_PESSIMIZE)),y)
222else
223 CFLAGS += $(OPTIMIZATION) 222 CFLAGS += $(OPTIMIZATION)
224endif 223endif
225 224