mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 15:45:54 +01:00
Fix debug/release mismatch
Visual Studio doesn't like mixing debug and non-debug code.
This commit is contained in:
@@ -56,8 +56,8 @@ set( CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake-proxies/cmake-modules)
|
||||
|
||||
# This "is a good thing" but greatly increases link time on Linux
|
||||
#set( CMAKE_INTERPROCEDURAL_OPTIMIZATION ON )
|
||||
#set( CMAKE_INTERPROCEDURAL_OPTIMIZATION_RELEASE ON )
|
||||
#set( CMAKE_INTERPROCEDURAL_OPTIMIZATION_DEBUG OFF )
|
||||
#set( CMAKE_INTERPROCEDURAL_OPTIMIZATION_Debug OFF )
|
||||
|
||||
# Set the required C++ stardard
|
||||
set( CMAKE_CXX_STANDARD 14 )
|
||||
|
||||
Reference in New Issue
Block a user