News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Turning off the assert messages in code blocks

Started by Jewest, November 17, 2016, 12:15:30 PM

Previous topic - Next topic

Jewest

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

oBFusCATed

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.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]