-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
.bazelrc
52 lines (44 loc) · 1.64 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Tensorflow needs remote repo
common --experimental_repo_remote_exec
build --enable_platform_specific_config
build --verbose_failures
build --spawn_strategy=standalone
build --verbose_explanations
build --explain=explain.txt
build --cxxopt=-std=c++20
build --cxxopt=-Wno-sign-compare
build --cxxopt=-Wno-ignored-attributes
build --cxxopt=-Wno-deprecated-declarations
build --cxxopt=-Wno-comment
build --cxxopt=-Wno-sequence-point
build --cxxopt=-Wno-unused-variable
build --cxxopt=-Wno-array-parameter
build --cxxopt=-Wno-deprecated-copy
build --cxxopt=-Wno-unused-result
build --copt=-Wno-unused-function
build --cxxopt=-Wno-unused-but-set-variable
build --cxxopt=-DMEDIAPIPE_MOBILE=1
build --define='absl=1'
build --define='MEDIAPIPE_DISABLE_GPU=1'
build:wasm --cpu=wasm
build:wasm --crosstool_top=@emsdk//emscripten_toolchain:everything
build:wasm --host_crosstool_top=@bazel_tools//tools/cpp:toolchain
build:wasm --cxxopt=-Os
build:wasm --cxxopt=-Wno-deprecated-builtins
build:wasm --cxxopt=-Wno-implicit-const-int-float-conversion
build:wasm --cxxopt=-Wno-unused-private-field
build:wasm --cxxopt=-Wno-deprecated-non-prototype
build:wasm --cxxopt=-fexceptions
build:wasm --copt=-Os
build:wasm --copt=-sUSE_PTHREADS=0
build:wasm --copt=-fexceptions
build:wasm --linkopt=-Os
build:wasm --linkopt=--bind
build:wasm --linkopt=-fexceptions
build:wasm --linkopt=-sEXPORT_EXCEPTION_HANDLING_HELPERS=1
build:wasm --linkopt=-sUSE_PTHREADS=0
build:wasm --linkopt=-sMODULARIZE=1
build:wasm --linkopt=-sEXPORT_NAME=pppWasmApi
build:wasm --linkopt=-sINITIAL_MEMORY=134217728
build:wasm --linkopt=-sALLOW_MEMORY_GROWTH=1
build:wasm --linkopt=--preload-file=/src/mediapipe@/mediapipe