-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpagespeed.bazelrc
More file actions
30 lines (24 loc) · 1.05 KB
/
pagespeed.bazelrc
File metadata and controls
30 lines (24 loc) · 1.05 KB
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
# modifications for pagespeed over Envoy's stock config
build --linkopt -ldl
build:clang-asan --linkopt=-fno-sanitize=alignment
build:asan --copt=-fno-sanitize=alignment
build:clang-asan --copt=-fno-omit-frame-pointer
test --test_env=REDIS_PORT=6379
test --test_env=MEMCACHED_PORT=11211
test --test_env=HTTPS_TEST=1
build --copt="-Iexternal/aprutil/include/"
build --copt="-Iexternal/aprutil/include/private/"
build --copt="-Iexternal/aprutil/include/arch/unix/"
build --copt="-Iexternal/aprutil/"
build --copt="-Ithird_party/aprutil/gen/arch/linux/x64/include/"
build --copt="-Ithird_party/apr/gen/arch/linux/x64/include/"
build --copt="-Iexternal/apr/include/"
build --copt="-Iexternal/apr/include/arch/unix/"
build --copt="-Iexternal/apr/"
build --copt="-Iexternal/serf/include/"
build --copt="-Iexternal/serf/"
build --copt="-DPAGESPEED_SUPPORT_POSIX_SHARED_MEM=1"
build --action_env=ABSL_LEGACY_THREAD_ANNOTATIONS=1
build --copt="-DABSL_LEGACY_THREAD_ANNOTATIONS=1"
build --cxxopt="-DABSL_LEGACY_THREAD_ANNOTATIONS=1"
build --action_env=BAZEL_CXXOPTS="-std=c++17"