Lines Matching refs:copt
2 build --copt -DGRPC_BAZEL_BUILD
4 build:opt --copt -Wframe-larger-than=16384
7 build:asan --copt -fsanitize-coverage=edge
8 build:asan --copt -fsanitize=address
9 build:asan --copt -O0
10 build:asan --copt -fno-omit-frame-pointer
11 build:asan --copt -DGPR_NO_DIRECT_SYSCALLS
17 build:msan --copt -fsanitize-coverage=edge
18 build:msan --copt -fsanitize=memory
19 build:msan --copt -O0
20 build:msan --copt -fsanitize-memory-track-origins
21 build:msan --copt -fsanitize-memory-use-after-dtor
22 build:msan --copt -fno-omit-frame-pointer
23 build:msan --copt -fPIE
24 build:msan --copt -DGPR_NO_DIRECT_SYSCALLS
30 build:tsan --copt -fsanitize=thread
31 build:tsan --copt -fno-omit-frame-pointer
32 build:tsan --copt -DGPR_NO_DIRECT_SYSCALLS
33 build:tsan --copt -DGRPC_TSAN
38 build:ubsan --copt -fsanitize-coverage=edge
39 build:ubsan --copt -fsanitize=undefined
40 build:ubsan --copt -fno-omit-frame-pointer
41 build:ubsan --copt -DGRPC_UBSAN
42 build:ubsan --copt -DNDEBUG
43 build:ubsan --copt -fno-sanitize=function,vptr
48 build:basicprof --copt -DNDEBUG
49 build:basicprof --copt -O2
50 build:basicprof --copt -DGRPC_BASIC_PROFILER
51 build:basicprof --copt -DGRPC_TIMERS_RDTSC