MINGW-packages/mingw-w64-babl/002-disable-codeview.patch
2025-05-17 09:22:01 +02:00

12 lines
594 B
Diff

--- babl-0.1.114/meson.build.orig 2025-05-08 11:48:33.000000000 +0200
+++ babl-0.1.114/meson.build 2025-05-17 09:00:53.742778900 +0200
@@ -174,7 +174,7 @@
common_c_flags += cc.get_supported_arguments(extra_warnings_list)
# Generate native .pdb (CodeView) debug symbols (for DIA or DbgHelp debuggers and LLDB)
-pdb_support = cc.has_argument('-gcodeview') and cc.has_link_argument('-Wl,--pdb=')
+pdb_support = cc.has_argument('-gcodeview') and cc.has_link_argument('-Wl,--pdb=') and false
if platform_win32 and pdb_support
common_c_flags += '-gcodeview'
common_l_flags += '-Wl,--pdb='