From 442b2d5d37c5ac208d0f95360422309e4bbd0dd6 Mon Sep 17 00:00:00 2001 From: Gabriel Fedel <gabriel.fedel@ess.eu> Date: Mon, 30 Mar 2020 13:01:12 +0200 Subject: [PATCH] Add flag c++11 as default for compilation --- sis8300llrf.Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sis8300llrf.Makefile b/sis8300llrf.Makefile index b353f7f..b823118 100644 --- a/sis8300llrf.Makefile +++ b/sis8300llrf.Makefile @@ -54,7 +54,7 @@ endif # print cc1plus: warning: unrecognized command line option ‘-Wno-format-truncation’ with lower gcc 7 USR_CFLAGS += -Wno-format-truncation -USR_CPPFLAGS += -Wno-format-truncation +USR_CPPFLAGS += -Wno-format-truncation -std=c++11 -- GitLab