3
0
Fork 0
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:
Nikhil Idiculla 2025-06-03 02:51:18 -07:00 committed by GitHub
parent e2e54527db
commit bcedb66911
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 44 additions and 3 deletions

View file

@ -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