Skip to content

Commit

Permalink
force_pic is not available on Winodws
Browse files Browse the repository at this point in the history
  • Loading branch information
malkia committed Dec 8, 2024
1 parent 5a79f82 commit 5ab6f76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ build:clang-cl --copt=-Wno-missing-template-arg-list-after-template-kw
# allow newer protobuf to compile
common --experimental_google_legacy_api

common --force_pic
common:linux --force_pic
common:macos --force_pic

## This is what my ../top.bazelrc contains (not in the repo as local to my machine)
# build --disk_cache=f:/b/d
Expand Down

0 comments on commit 5ab6f76

Please sign in to comment.