aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/xapian/msvc-no-debug.diff
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/xapian/msvc-no-debug.diff
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/xapian/msvc-no-debug.diff')
-rw-r--r--vcpkg/ports/xapian/msvc-no-debug.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/xapian/msvc-no-debug.diff b/vcpkg/ports/xapian/msvc-no-debug.diff
new file mode 100644
index 0000000..1d41a32
--- /dev/null
+++ b/vcpkg/ports/xapian/msvc-no-debug.diff
@@ -0,0 +1,13 @@
+diff --git a/include/xapian/version_h.cc b/include/xapian/version_h.cc
+index b36ae4d..c61e31a 100644
+--- a/include/xapian/version_h.cc
++++ b/include/xapian/version_h.cc
+@@ -75,7 +75,7 @@ const char * dummy[] = {
+ "#endif",
+ "#endif",
+ "",
+-#elif defined _MSC_VER
++#elif 0
+ // When building the library with MSVC, generate preprocessor code to check
+ // that the same setting of _DEBUG is used for building applications as was
+ // used for building the library.