Searched +full:- +full:dgpr_no_direct_syscalls (Results 1 – 5 of 5) sorted by relevance
3 # for platform-appropriate cxxopts4 common --enable_platform_specific_config6 build:windows --cxxopt='/std:c++14'7 build:windows --host_cxxopt='/std:c++14'8 build:linux --cxxopt='-std=c++14'9 build:linux --host_cxxopt='-std=c++14'10 build:macos --cxxopt='-std=c++14'11 build:macos --host_cxxopt='-std=c++14'12 build:freebsd --cxxopt='-std=c++14'13 build:freebsd --host_cxxopt='-std=c++14'[all …]
5 common --enable_bzlmod=false7 # for platform-appropriate cxxopts8 common --enable_platform_specific_config10 build:windows --cxxopt='/std:c++14'11 build:windows --host_cxxopt='/std:c++14'12 build:linux --cxxopt='-std=c++14'13 build:linux --host_cxxopt='-std=c++14'14 build:macos --cxxopt='-std=c++14'15 build:macos --host_cxxopt='-std=c++14'16 build:freebsd --cxxopt='-std=c++14'[all …]
8 '#04': not listed in doc/g_stands_for.md - and update that document to list the11 '#07': Master always has a "-dev" suffix12 '#08': Use "-preN" suffixes to identify pre-release versions13 '#09': Per-language overrides are possible with (eg) ruby_version tag here23 CPPFLAGS: -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize=address -fno-omit-frame-pointer24 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS27 LDFLAGS: -fsanitize=address33 asan-noleaks:35 CPPFLAGS: -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize=address -fno-omit-frame-pointer36 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS[all …]
14 # http://www.apache.org/licenses/LICENSE-2.028 HOST_SYSTEM = $(shell uname | cut -f 1 -d_)80 …n = -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize=address -fno-omit-frame-pointer -Wno-un…81 LDFLAGS_asan = -fsanitize=address83 VALID_CONFIG_asan-noleaks = 184 REQUIRE_CUSTOM_LIBRARIES_asan-noleaks = 185 CC_asan-noleaks = clang86 CXX_asan-noleaks = clang++87 LD_asan-noleaks = clang++88 LDXX_asan-noleaks = clang++[all …]