[neon/kde/kwin/Neon/unstable] debian: -DVULKAN_HPP_NO_EXCEPTIONS=1 -DVULKAN_HPP_ASSERT_ON_RESULT=void

Carlos De Maine null at kde.org
Sun Mar 29 10:32:40 BST 2026


Git commit 050df453eb7163fadaff600620083d5df6546540 by Carlos De Maine.
Committed on 29/03/2026 at 09:32.
Pushed by carlosdem into branch 'Neon/unstable'.

-DVULKAN_HPP_NO_EXCEPTIONS=1 -DVULKAN_HPP_ASSERT_ON_RESULT=void

M  +2    -1    debian/rules

https://invent.kde.org/neon/kde/kwin/-/commit/050df453eb7163fadaff600620083d5df6546540

diff --git a/debian/rules b/debian/rules
index f7c7105..4c48508 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,4 +10,5 @@ export CXX=g++-14
 	dh $@ --with kf6 --buildsystem kf6
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DCMAKE_CXX_STANDARD=23
+	dh_auto_configure -- -DCMAKE_CXX_STANDARD=23 -DVULKAN_HPP_NO_EXCEPTIONS=1 -DVULKAN_HPP_ASSERT_ON_RESULT=void
+


More information about the Neon-commits mailing list