[neon/kde/kwin/Neon/unstable] debian: -DCMAKE_CXX_STANDARD_REQUIRED=TRUE

Carlos De Maine null at kde.org
Sun Mar 29 11:56:32 BST 2026


Git commit 46b7e54d5711370df0ffa3b79bb80e8693485e49 by Carlos De Maine.
Committed on 29/03/2026 at 10:56.
Pushed by carlosdem into branch 'Neon/unstable'.

-DCMAKE_CXX_STANDARD_REQUIRED=TRUE

M  +1    -2    debian/rules

https://invent.kde.org/neon/kde/kwin/-/commit/46b7e54d5711370df0ffa3b79bb80e8693485e49

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


More information about the Neon-commits mailing list