From 41bffb28038f1a88f2737c5d38f6a14c06f88ddb Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Fri, 2 Feb 2024 15:51:11 +0100 Subject: config.mk: Use C++11 Uniform initialization is supported since that version. --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index b993552..27da1f7 100644 --- a/config.mk +++ b/config.mk @@ -2,4 +2,4 @@ PROGRAM_NAME = diff-dd PROGRAM_VERSION = 2.0.0 CC=g++ -CFLAGS=-Wall -fmax-errors=2 +CFLAGS=-Wall -std=c++11 -fmax-errors=2 -- cgit v1.2.3