[neon/kde/spectacle/Neon/release] debian: C++20

Carlos De Maine null at kde.org
Tue Nov 5 02:10:17 GMT 2024


Git commit 27f3d5a51edb587e89d0128400aa54575d3ce8dc by Carlos De Maine.
Committed on 05/11/2024 at 02:10.
Pushed by carlosdem into branch 'Neon/release'.

C++20

M  +3    -0    debian/rules

https://invent.kde.org/neon/kde/spectacle/-/commit/27f3d5a51edb587e89d0128400aa54575d3ce8dc

diff --git a/debian/rules b/debian/rules
index bb35a84..857ea6f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,5 +5,8 @@
 %:
 	dh $@ --with kf6 --buildsystem kf6
 
+override_dh_auto_configure:
+	dh_auto_configure -- -std=c++20 -std=gnu++20
+
 override_dh_install:
 	echo "skip dh_install"


More information about the Neon-commits mailing list