From: Jouni K. S. <jk...@ik...> - 2014-04-19 14:53:33
|
I was prompted by https://github.com/matplotlib/matplotlib/issues/2916 to run some static checkers on the C/C++ extension modules, and I was going to submit some simple fixes as pull requests, including assertions of some preconditions. I just realized that our build system sets the -DNDEBUG compiler flag, which makes sense for release builds but could hide problems in test builds. Do any of our Travis, Launchpad, or other daily builds undefine NDEBUG? -- Jouni K. Seppänen http://www.iki.fi/jks |