Skip to content

Compile Travis tests without -DNDEBUG to trigger assertion errors

Vicentini Filippo requested to merge github/fork/femtobit/test-assert into master

Created by: femtobit

By passing -DCMAKE_CXX_FLAGS_RELEASE=-O3 we leave the optimization level high but remove the -DNDEBUG flag that cmake sets by default for release builds.

Merge request reports