vcpkg/ports/botan/embed-debug-info.patch
jim wang 564e69a906
[botan] Update to 3.2.0 (#36211)
* update to 3.2.0

* update version

* fix android

* update version

* fix patch

* update verseion
2024-01-19 11:58:51 -08:00

18 lines
483 B
Diff

diff --git a/src/build-data/cc/msvc.txt b/src/build-data/cc/msvc.txt
index 64b6eae..66258ca 100644
--- a/src/build-data/cc/msvc.txt
+++ b/src/build-data/cc/msvc.txt
@@ -20,10 +20,10 @@ optimization_flags "/O2 /Oi"
size_optimization_flags "/O1 /Os"
# for debug info in the object file (required if using sccache):
-#debug_info_flags "/Z7"
+debug_info_flags "/Z7"
# for using a PDB file:
-debug_info_flags "/Zi /FS"
+#debug_info_flags "/Zi /FS"
preproc_flags "/nologo /EP"