diff options
author | Olivier Gayot <og@satcom1.com> | 2017-12-09 11:44:53 +0100 |
---|---|---|
committer | Olivier Gayot <og@satcom1.com> | 2017-12-09 11:44:53 +0100 |
commit | 1153498be230e0a2dc7c97478ea3a1ff29ff7949 (patch) | |
tree | d9926b845c8eaa5d8482f2c8f84bc2d4c99466ae | |
parent | 2526dbd7faefc2d55118925a58054604b5f9f27d (diff) |
Signed-off-by: Olivier Gayot <og@satcom1.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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++ |