mirror of
https://github.com/Z3Prover/z3
synced 2026-07-19 05:25:48 +00:00
12 lines
255 B
Text
12 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++
|