optimisation: use correct capitalisation of Debug

This commit is contained in:
Danny Robson 2017-01-23 21:42:34 +11:00
parent a5d2619f7d
commit 7df08f6818

View File

@ -47,7 +47,7 @@ endif ()
###############################################################################
if (CMAKE_BUILD_TYPE MATCHES DEBUG)
if (CMAKE_BUILD_TYPE MATCHES Debug)
else()
append_compile_flag(-ftree-vectorize)
@ -85,7 +85,7 @@ endif()
###############################################################################
if (CMAKE_BUILD_TYPE MATCHES DEBUG)
if (CMAKE_BUILD_TYPE MATCHES Debug)
else ()
append_compile_flag(-fdevirtualize)
append_compile_flag(-fdevirtualize-speculatively)
@ -100,7 +100,7 @@ endif ()
###############################################################################
if (CMAKE_BUILD_TYPE MATCHES DEBUG)
if (CMAKE_BUILD_TYPE MATCHES Debug)
add_definitions(-DENABLE_DEBUGGING)
add_definitions(-D_GLIBCXX_DEBUG)