forked from google-deepmind/lab2d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.bazelrc
25 lines (21 loc) · 1.02 KB
/
.bazelrc
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
build --cxxopt=-std=c++17
build --cxxopt=-Wno-sign-compare --cxxopt=-Wno-attributes
build --enable_platform_specific_config
build --enable_workspace --noenable_bzlmod
build --flag_alias=lua_version=//dmlab2d/lib/lua:lua_version
build --flag_alias=macos_target_arch=@luajit_archive//:target_arch
build --flag_alias=luajit_external_unwinder=@luajit_archive//:use_external_unwinder
build --incompatible_disallow_empty_glob=false
build:libc++ --repo_env=CXXFLAGS=-stdlib=libc++
build:libc++ --repo_env=LDFLAGS=-stdlib=libc++
build:libc++ --repo_env=BAZEL_CXXOPTS=-stdlib=libc++
build:libc++ --repo_env=BAZEL_LINKOPTS=-lc++:-lm
build:lua5_1 --lua_version=lua5_1
build:lua5_2 --lua_version=lua5_2
build:luajit --lua_version=luajit
build:macos --crosstool_top=@local_config_apple_cc//:toolchain
build:macos --host_crosstool_top=@local_config_apple_cc//:toolchain
build:macos --apple_crosstool_top=@local_config_apple_cc//:toolchain
build:macos_arm64 --config=macos
build:macos_arm64 --cpu=darwin_arm64
build:macos_arm64 --macos_target_arch=arm64