[neon/extras/clazy/Neon/release] debian: rules: drop -std=gnu++14 from CXXFLAGS

Pino Toscano null at kde.org
Wed Sep 7 22:14:02 BST 2022


Git commit 66d56b01a4c3e64dae8b83092c9f7a34385ce7cb by Pino Toscano.
Committed on 22/01/2022 at 09:30.
Pushed by jriddell into branch 'Neon/release'.

rules: drop -std=gnu++14 from CXXFLAGS

M  +1    -0    debian/changelog
M  +1    -2    debian/rules

https://invent.kde.org/neon/extras/clazy/commit/66d56b01a4c3e64dae8b83092c9f7a34385ce7cb

diff --git a/debian/changelog b/debian/changelog
index c1e09ee..0c6a10d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ clazy (1.11-0r1) UNRELEASED; urgency=medium
 
   [ Pino Toscano ]
   * New upstream release.
+  * Drop -std=gnu++14 from the CXXFLAGS, as it should build fine now.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 22 Jan 2022 10:26:50 +0100
 
diff --git a/debian/rules b/debian/rules
index 4a2bbe8..8ebcc0c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,7 @@ include /usr/share/dpkg/architecture.mk
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 # LLVM 6.0 headers produce lots of class-memaccess warnings
-# force C++14, as it fails to build with C++17
-export DEB_CXXFLAGS_MAINT_APPEND = -Wno-class-memaccess -std=gnu++14
+export DEB_CXXFLAGS_MAINT_APPEND = -Wno-class-memaccess
 
 archs_that_need_atomic = armel
 ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(archs_that_need_atomic)))



More information about the Neon-commits mailing list