This commit is contained in:
Yi Cheng 2022-07-09 21:31:13 +00:00
parent ddb7055d81
commit 735c508bd9

View file

@ -9,6 +9,8 @@ build:windows --action_env=PATH
build --compilation_mode=opt
# Using C++ 17 on all platforms.
build:linux --cxxopt="-std=c++17"
build:linux --cxxopt="-g"
build:linux --cxxopt="-ggdb"
build:macos --cxxopt="-std=c++17"
build:clang-cl --cxxopt="-std=c++17"
build:msvc-cl --cxxopt="/std:c++17"