G-Node / nix

Neuroscience information exchange format
https://readthedocs.org/projects/nixio/
Other
66 stars 36 forks source link

Turn on NDEBUG for Release builds #764

Closed gicmo closed 5 years ago

gicmo commented 5 years ago

Assertion, if compiled, will abort() the program, which is maybe not the best strategy for release builds.

Additionally remove source code file specific information from the name-is-valid precondition check, otherwise the full path of source file will end up in the library; linters might warn on that.