• Home
  • Raw
  • Download

Lines Matching refs:copt

4 build --copt=-DGRPC_BAZEL_BUILD
9 build:opt --copt=-Wframe-larger-than=16384
17 build:asan --copt=-fsanitize=address
18 build:asan --copt=-O0
19 build:asan --copt=-fno-omit-frame-pointer
20 build:asan --copt=-DGPR_NO_DIRECT_SYSCALLS
21 build:asan --copt=-DGRPC_ASAN
22 build:asan --copt=-DADDRESS_SANITIZER # used by absl
36 build:asan_macos --copt=-fsanitize=address
37 build:asan_macos --copt -Wno-macro-redefined
38 build:asan_macos --copt -D_FORTIFY_SOURCE=0
39 build:asan_macos --copt=-fsanitize=address
40 build:asan_macos --copt=-O0
41 build:asan_macos --copt=-fno-omit-frame-pointer
42 build:asan_macos --copt=-DGPR_NO_DIRECT_SYSCALLS
47 build:msan --copt=-fsanitize=memory
48 build:msan --copt=-O0
49 build:msan --copt=-fsanitize-memory-track-origins
50 build:msan --copt=-fsanitize-memory-use-after-dtor
51 build:msan --copt=-fno-omit-frame-pointer
52 build:msan --copt=-DGPR_NO_DIRECT_SYSCALLS
57 build:tsan --copt=-fsanitize=thread
58 build:tsan --copt=-fno-omit-frame-pointer
59 build:tsan --copt=-DGPR_NO_DIRECT_SYSCALLS
60 build:tsan --copt=-DGRPC_TSAN
68 build:ubsan --copt=-fsanitize=undefined
69 build:ubsan --copt=-fno-omit-frame-pointer
70 build:ubsan --copt=-DGRPC_UBSAN
71 build:ubsan --copt=-DNDEBUG
72 build:ubsan --copt=-fno-sanitize=function,vptr
77 build:ubsan --copt=-DGRPC_PORT_ISOLATED_RUNTIME=1
80 build:basicprof --copt=-DNDEBUG
81 build:basicprof --copt=-O2
82 build:basicprof --copt=-DGRPC_BASIC_PROFILER
83 build:basicprof --copt=-DGRPC_TIMERS_RDTSC
93 build:counters --copt=-Wframe-larger-than=16384
94 build:counters --copt=-DGPR_LOW_LEVEL_COUNTERS
99 build:mutrace --copt=-O3
100 build:mutrace --copt=-fno-omit-frame-pointer
101 build:mutrace --copt=-DNDEBUG