Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Jewest on November 17, 2016, 12:15:30 pm

Title: Turning off the assert messages in code blocks
Post by: Jewest on November 17, 2016, 12:15:30 pm
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
Title: Re: Turning off the assert messages in code blocks
Post by: oBFusCATed on November 17, 2016, 09:29:58 pm
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.