From 616ec0eeb48cd5d15d3f2bb754f0bfd1184869d7 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sat, 2 Apr 2022 21:02:31 +0430 Subject: update --- makefilecpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefilecpp') 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?=./ -- cgit v1.2.3