Skip to content

Commit

Permalink
Run CircleCI test on C++20.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Jan 8, 2025
1 parent 203297f commit d506818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
--enable-maintainer-mode \
--enable-audit \
--enable-shared --disable-static \
CXXFLAGS='-O3 -std=c++17' \
CXXFLAGS='-O3 -std=c++20' \
CXX=clang++
- store_artifacts:
path: config.log
Expand Down

0 comments on commit d506818

Please sign in to comment.