summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-02-16 15:37:03 -0500
committerClyne Sullivan <tullivan99@gmail.com>2017-02-16 15:37:03 -0500
commitd290f980aa14d5404f504009820f473eae46170a (patch)
tree8d170455f9b6de1791ea41cca2545ac557db872a /Makefile
parentb8afaf4aaf1c6e71e6a1610df003f2df0806474f (diff)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9d8736d..a3b4c85 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ endif
# C++ specific options here (added to USE_OPT).
ifeq ($(USE_CPPOPT),)
- USE_CPPOPT = -fno-rtti
+ USE_CPPOPT = -fno-rtti -std=c++17
endif
# Enable this if you want the linker to remove unused code and data