mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 12:06:49 +08:00
[vcpkg] Change CMake build flags to enable pdbs in Release
This commit is contained in:
parent
b1fe038a83
commit
96f977d38f
@ -32,6 +32,13 @@ function(vcpkg_configure_cmake)
|
|||||||
list(APPEND _csc_OPTIONS -DBUILD_SHARED_LIBS=${VCPKG_BUILD_SHARED_LIBS})
|
list(APPEND _csc_OPTIONS -DBUILD_SHARED_LIBS=${VCPKG_BUILD_SHARED_LIBS})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
list(APPEND _csc_OPTIONS_RELEASE
|
||||||
|
"-DCMAKE_CXX_FLAGS_RELEASE=/MD /O2 /Ob2 /DNDEBUG /Zi"
|
||||||
|
"-DCMAKE_C_FLAGS_RELEASE=/MD /O2 /Ob2 /DNDEBUG /Zi"
|
||||||
|
"-DCMAKE_SHARED_LINKER_FLAGS_RELEASE=/DEBUG /INCREMENTAL:NO"
|
||||||
|
"-DCMAKE_EXE_LINKER_FLAGS_RELEASE=/DEBUG /INCREMENTAL:NO"
|
||||||
|
)
|
||||||
|
|
||||||
message(STATUS "Configuring ${TARGET_TRIPLET}-rel")
|
message(STATUS "Configuring ${TARGET_TRIPLET}-rel")
|
||||||
file(MAKE_DIRECTORY ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel)
|
file(MAKE_DIRECTORY ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel)
|
||||||
vcpkg_execute_required_process(
|
vcpkg_execute_required_process(
|
||||||
|
Loading…
Reference in New Issue
Block a user