Compile Travis tests without -DNDEBUG to trigger assertion errors
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.
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.