Hi,
I am using code blocks in a python script to compile code for different platforms.
But currently version 16.01 is giving a lot of assert messages.
How do I turn this off in the GUI?
Running nightly builds is not possible as the code is waiting for C::B to finish.
Thank you advance,
Jewest
http://docs.wxwidgets.org/3.1/overview_debugging.html
Not sure what does this means for C::B.
Probably you should export CXXFLAGS="-DwxDEBUG_LEVEL=0" if you're building with autotools.