optimisation: use correct capitalisation of Debug
This commit is contained in:
parent
a5d2619f7d
commit
7df08f6818
@ -47,7 +47,7 @@ endif ()
|
|||||||
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
if (CMAKE_BUILD_TYPE MATCHES DEBUG)
|
if (CMAKE_BUILD_TYPE MATCHES Debug)
|
||||||
else()
|
else()
|
||||||
append_compile_flag(-ftree-vectorize)
|
append_compile_flag(-ftree-vectorize)
|
||||||
|
|
||||||
@ -85,7 +85,7 @@ endif()
|
|||||||
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
if (CMAKE_BUILD_TYPE MATCHES DEBUG)
|
if (CMAKE_BUILD_TYPE MATCHES Debug)
|
||||||
else ()
|
else ()
|
||||||
append_compile_flag(-fdevirtualize)
|
append_compile_flag(-fdevirtualize)
|
||||||
append_compile_flag(-fdevirtualize-speculatively)
|
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(-DENABLE_DEBUGGING)
|
||||||
add_definitions(-D_GLIBCXX_DEBUG)
|
add_definitions(-D_GLIBCXX_DEBUG)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user