aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 7813d5f..1796584 100644
--- a/config.mk
+++ b/config.mk
@@ -4,4 +4,4 @@ PROGRAM_VERSION = 2.0.0
PREFIX = /usr/local
CC=g++
-CFLAGS=-Wall -Wextra -Werror -std=c++11
+CFLAGS=-Wall -Wextra -Werror -std=c++17