roadlabs / cefpython

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

Disable DCHECKs, might hurt performance #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Recent releases of cefpython have DCHECKs enabled by default, it might hurt 
performance, a better way is to make it configurable through an option in 
ApplicationSettings.

There is an issue in CEF tracker for new program switches to enable DCHECKs in 
release mode:
http://code.google.com/p/chromiumembedded/issues/detail?id=790

Original issue reported on code.google.com by czarek.t...@gmail.com on 26 Nov 2012 at 12:53

GoogleCodeExporter commented 9 years ago
Added new option ApplicationSettings.enable_dcheck. See revision d963bf100a5a.

Original comment by czarek.t...@gmail.com on 27 Nov 2012 at 5:56