summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4eb9b22..3e7f9db 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ WARNINGS = -fstack-protector-strong -fpie -pedantic -Wall -Wextra
# language specific options
CFLAGS = -std=c11
-CXXFLAGS = -std=c++17
+CXXFLAGS = -std=c++11
# compiler defaults
CC = gcc