diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-02-16 15:37:03 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-02-16 15:37:03 -0500 |
commit | d290f980aa14d5404f504009820f473eae46170a (patch) | |
tree | 8d170455f9b6de1791ea41cca2545ac557db872a /Makefile | |
parent | b8afaf4aaf1c6e71e6a1610df003f2df0806474f (diff) |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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
|