Try the /Z7 flag

- Debug info is not generated in PDB's, it's within the binaries instead
This commit is contained in:
Jesse Talavera-Greenberg 2017-07-20 18:43:30 -04:00
parent 6170eddeb7
commit d1ff4a83b5
No known key found for this signature in database
GPG Key ID: 100D3E7396EED2B6

View File

@ -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()