Skip to content

Commit

Permalink
Try the /Z7 flag
Browse files Browse the repository at this point in the history
- Debug info is not generated in PDB's, it's within the binaries instead
  • Loading branch information
JesseTG committed Jul 20, 2017
1 parent 6170edd commit d1ff4a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ports/allegro5/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit d1ff4a8

Please sign in to comment.