mirror of
https://github.com/Z3Prover/z3
synced 2025-07-30 16:03:16 +00:00
11 lines
255 B
Text
11 lines
255 B
Text
# Use Bzlmod (`MODULE.bazel`) instead of `WORKSPACE.bazel`.
|
|
common --enable_bzlmod
|
|
common --noenable_workspace
|
|
|
|
# Use C++20.
|
|
build --cxxopt=-std=c++20
|
|
build --host_cxxopt=-std=c++20
|
|
|
|
# Use Clang.
|
|
build --action_env=CC=clang
|
|
build --action_env=CXX=clang++
|