File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11[[languages .cpp .environments ]]
22CXX = " g++"
3- CXXFLAGS = [" -std=c++17 " , " -O2" , " -Wall" ]
3+ CXXFLAGS = [" -std=c++20 " , " -O2" , " -Wall" ]
44
55[[languages .cpp .environments ]]
66CXX = " clang++"
7- CXXFLAGS = [" -std=c++17 " , " -O2" , " -Wall" ]
7+ CXXFLAGS = [" -std=c++20 " , " -O2" , " -Wall" ]
Original file line number Diff line number Diff line change 2020
2121GitHub Actions-based CI is run for the environments below:
2222
23- - C++17 (GCC): ` g++ -std=c++17 -O2 -Wall `
24- - C++17 (Clang): ` clang++ -std=c++17 -O2 -Wall `
23+ - C++20 (GCC): ` g++ -std=c++20 -O2 -Wall `
24+ - C++20 (Clang): ` clang++ -std=c++20 -O2 -Wall `
2525
2626## Installation
2727
Original file line number Diff line number Diff line change 1+ -Wfatal-errors
2+ -Wall
3+ -Wextra
4+ -std=c++20
You can’t perform that action at this time.
0 commit comments