mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 04:28:01 +08:00
Try the /Z7 flag
- Debug info is not generated in PDB's, it's within the binaries instead
This commit is contained in:
parent
6170eddeb7
commit
d1ff4a83b5
@ -70,7 +70,9 @@ vcpkg_configure_cmake(
|
||||
-DOPENAL_INCLUDE_DIR=${CURRENT_INSTALLED_DIR}/include/AL
|
||||
-DZLIB_INCLUDE_DIR=${CURRENT_INSTALLED_DIR}/include
|
||||
OPTIONS_RELEASE -DWANT_ALLOW_SSE=ON
|
||||
OPTIONS_DEBUG -DWANT_ALLOW_SSE=OFF
|
||||
OPTIONS_DEBUG
|
||||
-DWANT_ALLOW_SSE=OFF
|
||||
-DCMAKE_CXX_FLAGS_DEBUG="/D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1"
|
||||
)
|
||||
|
||||
vcpkg_install_cmake()
|
||||
|
Loading…
x
Reference in New Issue
Block a user