From 85d1bcff7eff161cbecee5d5356fb4e5b33d7599 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 21 Aug 2024 11:24:07 +0200 Subject: [PATCH] Do not build pugixml in release mode. All project must be either compile in debug or release on Windows. --- kiwixbuild/dependencies/pugixml.py | 1 - 1 file changed, 1 deletion(-) diff --git a/kiwixbuild/dependencies/pugixml.py b/kiwixbuild/dependencies/pugixml.py index 30bac3d..e8ae793 100644 --- a/kiwixbuild/dependencies/pugixml.py +++ b/kiwixbuild/dependencies/pugixml.py @@ -15,5 +15,4 @@ class Pugixml(Dependency): flatpak_dest = "src" class Builder(MesonBuilder): - build_type = "release" strip_options = []