TetragrammatonHermit / naclports

Automatically exported from code.google.com/p/naclports
1 stars 0 forks source link

nacl-ports libraries/examples are not built with uniform optimization levels #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The optimization levels used for the various libraries and examples inside
nacl ports are rather random, some use -O, others -O2, etc.

This makes it difficult to perform more rigorous testing.

Original issue reported on code.google.com by robertm@google.com on 20 Mar 2012 at 9:00

GoogleCodeExporter commented 9 years ago
We now have NACL_DEBUG=1 which should always enable -O0 and -g.  Otherwise we 
allow the package default which is normally -O2 or -Os.

Original comment by sbc@google.com on 14 Oct 2014 at 12:23