diff options
author | Miles Bader <miles@lsi.nec.co.jp> | 2003-02-10 08:12:47 +0000 |
---|---|---|
committer | Miles Bader <miles@lsi.nec.co.jp> | 2003-02-10 08:12:47 +0000 |
commit | dc601ff20c8fea9f5b06187be39df404a2e7a766 (patch) | |
tree | 0c5f56181e386389ab18dfa5db5d5fea6a75c269 | |
parent | f8f238ddf11e2b522d65fb1c47e7de23100b5032 (diff) |
Don't use -O0 when DODEBUG is turned on.
-rw-r--r-- | Rules.mak | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |