forked from eclipse-iceoryx/iceoryx2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.bazelrc
More file actions
27 lines (20 loc) · 684 Bytes
/
.bazelrc
File metadata and controls
27 lines (20 loc) · 684 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
build --enable_platform_specific_config
build:linux --cxxopt="-std=c++17"
build:windows --cxxopt="/std:c++17"
# this has to be specified manually
build:mingw --cxxopt="-std=c++17"
build --action_env=CARGO_BAZEL_REPIN=true
# test --local_test_jobs=1
# test --test_strategy=standalone
# test --spawn_strategy=standalone
# build --strategy=Genrule=standalone
test --test_output=streamed
test --nocache_test_results
test --action_env=RUST_TEST_THREADS=1
build --@iceoryx//:feature_acl=off
#
# feature flags
#
# value [auto, on, off]
# 'auto' is defined by the crate owner ('off' for this feature) and the default value if the flag is not set
#build --//:feature_dev_permissions=on