]> spindle.queued.net Git - midori/commit
Shift selection of debug-level
authorSebastian Andrzej Siewior <sebastian@breakpoint.cc>
Sat, 28 Mar 2009 22:00:32 +0000 (23:00 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sat, 28 Mar 2009 22:00:32 +0000 (23:00 +0100)
commit461b831d9786da29f9ea0d376ee7185ee5df2de9
tree06e3912e58e32017631d7ba159ccf4127ff92ed4
parent3a36d27d6faa3c7b68ad2a02d29523dbeabe8139
Shift selection of debug-level

Currently configure switches on gcc to debug mode what means -O0. Adding
-d none does not help because it is filtered out earlier. -d bla would
help if bla were an allowed keyword.
This patch simply shifts the "compiler is gcc" block to the left so -O2 is
selected if the user selected -d none on the command line. Other compilers
remain with no extra switches.
wscript