Created
December 1, 2021 13:02
-
-
Save HappyCerberus/5d7c39303661254449a50dd14548499f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
build --color=yes | |
build --cxxopt=-std=c++20 | |
build --cxxopt=-pedantic | |
build --cxxopt=-Wall | |
build --cxxopt=-Wextra | |
build --cxxopt=-Werror | |
build:debug --cxxopt=-ggdb3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment