diff options
author | terminaldweller <thabogre@gmail.com> | 2022-04-02 16:32:31 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-04-02 16:32:31 +0000 |
commit | 616ec0eeb48cd5d15d3f2bb754f0bfd1184869d7 (patch) | |
tree | 7ff0eac56883a5d9b339d12225a35d9c12f94fd5 /makefilecpp | |
parent | added cert-fp authentication for libera as well (diff) | |
download | scripts-616ec0eeb48cd5d15d3f2bb754f0bfd1184869d7.tar.gz scripts-616ec0eeb48cd5d15d3f2bb754f0bfd1184869d7.zip |
update
Diffstat (limited to '')
-rw-r--r-- | makefilecpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makefilecpp b/makefilecpp index e3c5892..d5e9dc0 100644 --- a/makefilecpp +++ b/makefilecpp @@ -4,9 +4,9 @@ SHELL?=bash CXX=clang++ CXX?=clang++ ifdef OS -CXX_FLAGS=-std=c++17 +CXX_FLAGS=-std=c++20 else -CXX_FLAGS=-std=c++17 -fpic +CXX_FLAGS=-std=c++20 -fpic endif CXX_EXTRA?= CTAGS_I_PATH?=./ |