Author Topic: Turning off the assert messages in code blocks  (Read 2989 times)

Offline Jewest

  • Multiple posting newcomer
  • *
  • Posts: 31
Turning off the assert messages in code blocks
« 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

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Turning off the assert messages in code blocks
« Reply #1 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.
(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!]