[neon/extras/qcoro/Neon/unstable] debian: new gcc
Jonathan Esk-Riddell
null at kde.org
Fri Jul 29 10:36:09 BST 2022
Git commit d390338c9ce66681d298639d7c9de1c874500586 by Jonathan Esk-Riddell.
Committed on 29/07/2022 at 09:36.
Pushed by jriddell into branch 'Neon/unstable'.
new gcc
M +2 -2 debian/rules
https://invent.kde.org/neon/extras/qcoro/commit/d390338c9ce66681d298639d7c9de1c874500586
diff --git a/debian/rules b/debian/rules
index dddcd2f..9613716 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,8 +2,8 @@
# -*- makefile -*-
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export CC=gcc-10
-export CXX=g++-10
+export CC=gcc-11
+export CXX=g++-11
CMAKE_ARGS = -DBUILD_SHARED_LIBS=ON -DQCORO_BUILD_EXAMPLES=OFF
More information about the Neon-commits
mailing list