1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Andreas Tille <tille@debian.org>
Date: Mon, 20 Jun 2022 13:56:45 +0200
Subject: uchime code does not fit c++17 standard
Bug-Debian: https://bugs.debian.org/984243
Last-Update: Thu, 21 Oct 2021 11:22:32 +0200
Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984243#33
---
source/uchime_src/makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/uchime_src/makefile b/source/uchime_src/makefile
index 0adfa72..69a4ca0 100644
--- a/source/uchime_src/makefile
+++ b/source/uchime_src/makefile
@@ -1,4 +1,4 @@
-CXXFLAGS = -O3 -std=c++11 -D_FILE_OFFSET_BITS=64 -DNDEBUG=1 -DUCHIMES=1 -std=c++11
+CXXFLAGS = -O3 -D_FILE_OFFSET_BITS=64 -DNDEBUG=1 -DUCHIMES=1 -std=c++14
LDFLAGS = -g
CXXFLAGS += -g -fstack-protector-strong -Wformat -Werror=format-security
LDFLAGS += -Wl,-z,relro -Wl,-z,now
|