[neon/extras/qcoro/Neon/unstable] debian: Do not build asan
David Redondo
null at kde.org
Fri Nov 24 13:33:40 GMT 2023
Git commit 84b34470d74d1fe1ce0c96c555ef3d51e385447e by David Redondo.
Committed on 24/11/2023 at 14:33.
Pushed by davidre into branch 'Neon/unstable'.
Do not build asan
Otherwise things dynamically loading qcoro will complain and not start
M +1 -1 debian/rules
https://invent.kde.org/neon/extras/qcoro/-/commit/84b34470d74d1fe1ce0c96c555ef3d51e385447e
diff --git a/debian/rules b/debian/rules
index 28a2ead..093124a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=-lto
-CMAKE_ARGS = -DBUILD_SHARED_LIBS=ON -DQCORO_BUILD_EXAMPLES=ON -DQCORO_ENABLE_ASAN=ON
+CMAKE_ARGS = -DBUILD_SHARED_LIBS=ON -DQCORO_BUILD_EXAMPLES=ON
%:
dh $@ --with pkgkde_symbolshelper
More information about the Neon-commits
mailing list