Skip to content

Commit

Permalink
fix: add experimental library flag for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Sep 13, 2023
1 parent 5173e66 commit 0c1c3c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ build:linux --extra_toolchains=@llvm_toolchain//:cc-toolchain-x86_64-linux

build:windows --cxxopt=/std:c++20
build:linux --cxxopt=-std=c++20
build:linux --cxxopt=-fexperimental-library
build:macos --cxxopt=-std=c++20

try-import %workspace%/user.bazelrc

0 comments on commit 0c1c3c5

Please sign in to comment.