gohome1984 / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

compile processor with optimization by default #338

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the processor compiles without optimization by default. This is
sort of a pain for our IT guys when they want to update to a newer
Breakpad. I think we should compile at -O2 by default, and provide a
--disable-optimize configure option for when you need to debug things.

Original issue reported on code.google.com by ted.mielczarek on 13 Oct 2009 at 7:17

GoogleCodeExporter commented 9 years ago
Apparently it compiles with -g -O2 by default, it's just not specified in 
configure
or Makefiles anywhere. Oops.

Original comment by ted.mielczarek on 17 Nov 2009 at 12:46