-
-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy path.bazelrc
More file actions
26 lines (18 loc) · 669 Bytes
/
.bazelrc
File metadata and controls
26 lines (18 loc) · 669 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
common --noenable_bzlmod
build --noincompatible_enable_cc_toolchain_resolution
build --crosstool_top=@rpi_bazel//tools/cc_toolchain:toolchain
build --define CLANG=true
# Sadly, Eigen/C++ still hasn't figured out how to reliably get
# alignment correct. Lets just disable it for now.
build --copt -DEIGEN_DONT_ALIGN_STATICALLY
build:pi --cpu=armeabihf
build:pi --define COM_GITHUB_MJBOTS_RASPBERRYPI=1
build --strip=never
build --compiler=clang
build -c opt
build --copt -D_FILE_OFFSET_BITS=64
build --copt -D_LARGEFILE_SOURCE
build --copt -D_LARGEFILE64_SOURCE
test --test_output=errors
build --workspace_status_command=tools/workspace_status.sh
build --stamp