mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
Don't mess with CMAKE_BUILD_TYPEs
This commit is contained in:
parent
df1b201c73
commit
55525cd7ca
src/tomahawk
@ -6,7 +6,7 @@ include( AddAppIconMacro )
|
||||
# SET( CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}" )
|
||||
# SET( CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}" )
|
||||
# SET( CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}" )
|
||||
IF( NOT CMAKE_BUILD_TYPE STREQUAL "Release" )
|
||||
IF( NOT CMAKE_BUILD_TYPE STREQUAL "Release" AND NOT CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo")
|
||||
MESSAGE( "Building in debug mode, enabling all debug updates" )
|
||||
ENDIF()
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
SET( CMAKE_BUILD_TYPE "Release" )
|
||||
|
||||
ADD_DEFINITIONS( /DNOMINMAX )
|
||||
ADD_DEFINITIONS( /DWIN32_LEAN_AND_MEAN )
|
||||
ADD_DEFINITIONS( -static-libgcc )
|
||||
|
Loading…
x
Reference in New Issue
Block a user