diff options
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?=./ | 
