mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 13:06:05 +00:00
Expose z3_static target for Bazel build (#7660)
This commit is contained in:
parent
e2e54527db
commit
bcedb66911
3 changed files with 44 additions and 3 deletions
7
.bazelrc
7
.bazelrc
|
@ -2,6 +2,13 @@
|
|||
common --enable_bzlmod
|
||||
common --noenable_workspace
|
||||
|
||||
# Specifies...
|
||||
# --config=windows on Windows hosts
|
||||
# --config=linux on Linux hosts
|
||||
# --config=macos on macOS hosts
|
||||
# NOTE: We assume our host and target platforms are identical.
|
||||
common --enable_platform_specific_config
|
||||
|
||||
# Use C++20.
|
||||
build --cxxopt=-std=c++20
|
||||
build --host_cxxopt=-std=c++20
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue