···141141# Optimizations
142142# FIXME: Revisit this to see if we even need these levels
143143if(CMAKE_BUILD_TYPE STREQUAL "Release")
144144- add_compile_options(-O2 -DNDEBUG)
144144+ add_compile_options(-O2 -DNDEBUG=)
145145else()
146146 if(OPTIMIZE STREQUAL "1")
147147 add_compile_options(-Os)