Skip to content

Commit

Permalink
C++20.
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy committed Oct 26, 2024
1 parent e47f51c commit 29a4c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ UNAME_S := $(shell uname -s)

CXX := clang++
COMPILER_OPTIONS := \
-std=c++1z -stdlib=libc++ -O3 -g \
-std=c++20 -stdlib=libc++ -O3 -g \
-fPIC -fexceptions -ferror-limit=1 -fno-omit-frame-pointer \
-Wall -Wpedantic -Wno-deprecated -Wno-gnu-anonymous-struct \
-DNDEBUG -Iinclude -Ideps/abseil-cpp
Expand Down

0 comments on commit 29a4c62

Please sign in to comment.