summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Gayot <og@satcom1.com>2017-12-09 11:44:53 +0100
committerOlivier Gayot <og@satcom1.com>2017-12-09 11:44:53 +0100
commit1153498be230e0a2dc7c97478ea3a1ff29ff7949 (patch)
treed9926b845c8eaa5d8482f2c8f84bc2d4c99466ae
parent2526dbd7faefc2d55118925a58054604b5f9f27d (diff)
now use c++14HEADmaster
Signed-off-by: Olivier Gayot <og@satcom1.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9add9c9..bec685c 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ SRC = $(wildcard *.cpp)
CPPFLAGS +=
LDFLAGS +=
-CXXFLAGS += -W -Wall -Wextra -Weffc++ -std=c++11
+CXXFLAGS += -W -Wall -Wextra -std=c++14
CXX = g++