Home
last modified time | relevance | path

Searched full:cflags (Results 1 – 25 of 5213) sorted by relevance

12345678910>>...209

/aosp_15_r20/build/soong/cc/
H A Dafdo_test.go101 // Check cFlags of afdo-enabled module and the afdo-variant of its static deps
102 cFlags := libTest.Rule("cc").Args["cFlags"]
103 if !strings.Contains(cFlags, profileSampleCFlag) {
104 …ed 'libTest' to enable afdo profile, but did not find %q in cflags %q", profileSampleCFlag, cFlags)
106 if !strings.Contains(cFlags, uniqueInternalLinkageNamesCFlag) {
107 …("Expected 'libTest' to enable afdo, but did not find %q in cflags %q", profileSampleCFlag, cFlags)
115 cFlags = libFooAfdoVariant.Rule("cc").Args["cFlags"]
116 if !strings.Contains(cFlags, profileSampleCFlag) {
117 …AfdoVariant' to enable afdo profile, but did not find %q in cflags %q", profileSampleCFlag, cFlags)
119 if !strings.Contains(cFlags, uniqueInternalLinkageNamesCFlag) {
[all …]
H A Dorderfile_test.go46 // Check cFlags of orderfile-enabled module
47 cFlags := libTest.Rule("cc").Args["cFlags"]
48 if !strings.Contains(cFlags, expectedCFlag) {
49 …("Expected 'libTest' to enable orderfile, but did not find %q in cflags %q", expectedCFlag, cFlags)
111 // Check cFlags of orderfile-enabled module
112 cFlags := test.Rule("cc").Args["cFlags"]
113 if !strings.Contains(cFlags, expectedCFlag) {
114 …orf("Expected 'test' to enable orderfile, but did not find %q in cflags %q", expectedCFlag, cFlags)
187 // Check cFlags of orderfile-enabled module
190 cFlags := libTest.Rule("cc").Args["cFlags"]
[all …]
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/
H A DMakefile49 CFLAGS += $(EXTRA_CFLAGS)
50 CFLAGS += -I$(abspath ../src)
51 CFLAGS += -I$(abspath ../src/utils)
58 CFLAGS += -DGIT_VERSION_STR_POSTFIX=\"-$(GITVER)\"
64 CFLAGS += -DCONFIG_TESTING_OPTIONS
136 CFLAGS += -DOS_NO_C_LIB_DEFINES
144 CFLAGS += -DWPA_TRACE
152 CFLAGS += -funwind-tables
154 CFLAGS += -DPACKAGE="wpa_supplicant" -DWPA_TRACE_BFD
178 CFLAGS += -DCONFIG_ELOOP_POLL
[all …]
H A Dnmake.mak26 CFLAGS = /DCONFIG_NATIVE_WINDOWS macro
27 CFLAGS = $(CFLAGS) /DCONFIG_NDIS_EVENTS_INTEGRATED macro
28 CFLAGS = $(CFLAGS) /DCONFIG_ANSI_C_EXTRA macro
29 CFLAGS = $(CFLAGS) /DCONFIG_WINPCAP macro
30 CFLAGS = $(CFLAGS) /DIEEE8021X_EAPOL macro
31 CFLAGS = $(CFLAGS) /DPKCS12_FUNCS macro
32 CFLAGS = $(CFLAGS) /DEAP_MD5 macro
33 CFLAGS = $(CFLAGS) /DEAP_TLS macro
34 CFLAGS = $(CFLAGS) /DEAP_MSCHAPv2 macro
35 CFLAGS = $(CFLAGS) /DEAP_PEAP macro
[all …]
/aosp_15_r20/external/wpa_supplicant_8/hostapd/
H A DMakefile24 CFLAGS += $(EXTRA_CFLAGS)
25 CFLAGS += -I$(abspath ../src)
26 CFLAGS += -I$(abspath ../src/utils)
35 CFLAGS += -DGIT_VERSION_STR_POSTFIX=\"-$(GITVER)\"
41 CFLAGS += -DCONFIG_TESTING_OPTIONS
54 CFLAGS += -DOS_NO_C_LIB_DEFINES
58 CFLAGS += -DCONFIG_NATIVE_WINDOWS
100 CFLAGS += -DHOSTAPD
103 CFLAGS += -DCONFIG_TAXONOMY
108 CFLAGS += -DCONFIG_MODULE_TESTS
[all …]
/aosp_15_r20/external/pigweed/pw_toolchain/arm_clang/
H A DBUILD.gn68 cflags = [
72 cflags += cortex_m_common_flags
73 cflags += cortex_m_software_fpu_flags
74 asmflags = cflags
75 ldflags = cflags
81 cflags = [
85 cflags += cortex_m_common_flags
86 cflags += cortex_m_software_fpu_flags
87 asmflags = cflags
88 ldflags = cflags
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/
Dconfigure8 # prefix=$HOME CC=cc CFLAGS="-O4" ./configure
10 # (setenv prefix $HOME; setenv CC cc; setenv CFLAGS "-O4"; ./configure)
12 # Incorrect settings of CC or CFLAGS may prevent creating a shared library.
13 # If you have problems, try without defining CC and CFLAGS before reporting
37 case "${CFLAGS}" in
44 case "${CFLAGS}" in
131 old_cflags="$CFLAGS"
275 CFLAGS="${CFLAGS} -m32"
280 CFLAGS="${CFLAGS} -m64"
313 if test "$gcc" -eq 1 && ($cc $CFLAGS -c $test.c) >> configure.log 2>&1; then
[all …]
/aosp_15_r20/art/build/
H A Dart.go33 var cflags []string
37 cflags = append(cflags, opt)
47 cflags = append(cflags, "-DART_DEFAULT_GC_TYPE_IS_"+gcType)
50 cflags = append(cflags, "-DART_HEAP_POISONING=1")
54 cflags = append(cflags, "-DART_USE_CXX_INTERPRETER=1")
61 cflags = append(cflags,
69 cflags = append(cflags, "-DART_USE_GENERATIONAL_CC=1")
74 cflags = append(cflags, "-DART_FORCE_USE_READ_BARRIER=1")
82 cflags = append(cflags, "-DART_USE_TLAB=1")
86 cflags = append(cflags, "-DART_FORCE_TRY_PREDICATED_SIMD=1")
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/
Dconfigure8 # prefix=$HOME CC=cc CFLAGS="-O4" ./configure
10 # (setenv prefix $HOME; setenv CC cc; setenv CFLAGS "-O4"; ./configure)
12 # Incorrect settings of CC or CFLAGS may prevent creating a shared library.
13 # If you have problems, try without defining CC and CFLAGS before reporting
91 old_cflags="$CFLAGS"
170 cflags=${CFLAGS-"-O3"}
171 # to force the asm version use: CFLAGS="-O3 -DASMV" ./configure
185 CFLAGS="${CFLAGS--O3}"
186 SFLAGS="${CFLAGS--O3} -fPIC"
188 CFLAGS="${CFLAGS} ${ARCHS}"
[all …]
/aosp_15_r20/external/python/cpython2/Modules/zlib/
Dconfigure8 # prefix=$HOME CC=cc CFLAGS="-O4" ./configure
10 # (setenv prefix $HOME; setenv CC cc; setenv CFLAGS "-O4"; ./configure)
12 # Incorrect settings of CC or CFLAGS may prevent creating a shared library.
13 # If you have problems, try without defining CC and CFLAGS before reporting
91 old_cflags="$CFLAGS"
170 cflags=${CFLAGS-"-O3"}
171 # to force the asm version use: CFLAGS="-O3 -DASMV" ./configure
185 CFLAGS="${CFLAGS--O3}"
186 SFLAGS="${CFLAGS--O3} -fPIC"
188 CFLAGS="${CFLAGS} ${ARCHS}"
[all …]
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/log/internal/
H A DAndroid.bp36 cflags: [
80 cflags: [
86 cflags: [
91 cflags: [
108 cflags: [
153 cflags: [
161 cflags: [
171 cflags: [
179 cflags: [
188 cflags: [
[all …]
/aosp_15_r20/external/lzma/C/
H A D7zip_gcc_c.mak143 CFLAGS = $(LOCAL_FLAGS) $(CFLAGS_BASE2) $(CFLAGS_BASE) $(CFLAGS_EXTRA) $(C_WARN_FLAGS) $(FLAGS_FLTO… macro
181 $(CC) $(CFLAGS) $<
183 $(CC) $(CFLAGS) $<
185 $(CC) $(CFLAGS) $<
187 $(CC) $(CFLAGS) $<
189 $(CC) $(CFLAGS) $<
191 $(CC) $(CFLAGS) $<
193 $(CC) $(CFLAGS) $<
195 $(CC) $(CFLAGS) $<
197 $(CC) $(CFLAGS) $<
[all …]
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/
H A DAndroid.bp35 cflags: [
79 cflags: [
85 cflags: [
90 cflags: [
109 cflags: [
149 cflags: [
157 cflags: [
167 cflags: [
175 cflags: [
184 cflags: [
[all …]
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/random/internal/
H A DAndroid.bp36 cflags: [
80 cflags: [
86 cflags: [
91 cflags: [
111 cflags: [
151 cflags: [
159 cflags: [
169 cflags: [
177 cflags: [
186 cflags: [
[all …]
/aosp_15_r20/build/soong/rust/
H A Dbindgen.go70 "$cmd $flags $$(cat $flagfiles) $in -o $out -- -MD -MF $out.d $cflags",
75 "cmd", "flags", "flagfiles", "cflags")
169 var cflags []string
187 cflags = append(cflags, "${cc_config.CommonGlobalCflags}")
189 cflags = append(cflags, "${cc_config.DeviceGlobalCflags}", "-nostdlibinc")
193 cflags = append(cflags, "-target "+ccToolchain.ClangTriple())
194 cflags = append(cflags, strings.ReplaceAll(ccToolchain.Cflags(), "${config.", "${cc_config."))
195cflags = append(cflags, strings.ReplaceAll(ccToolchain.ToolchainCflags(), "${config.", "${cc_confi…
198 cflags = append(cflags, "-D__ANDROID_VNDK__")
200 cflags = append(cflags, "-D__ANDROID_VENDOR__")
[all …]
/aosp_15_r20/external/pigweed/pw_toolchain/arm_gcc/
H A DBUILD.gn35 cflags = [ "-Wno-psabi" ]
53 cflags = asmflags + [
58 ldflags = cflags + [
65 cflags = [ "-u_printf_float" ]
66 ldflags = cflags
70 cflags = [ "-mcpu=cortex-m0plus" ]
71 asmflags = cflags
72 ldflags = cflags
76 cflags = [ "-mcpu=cortex-m3" ]
77 asmflags = cflags
[all …]
/aosp_15_r20/external/elfutils/
H A Dconfigure.ac103 save_CFLAGS="$CFLAGS"
104 CFLAGS="$save_CFLAGS -Werror"
111 CFLAGS="$save_CFLAGS"])
119 save_CFLAGS="$CFLAGS"
120 CFLAGS="$save_CFLAGS -Werror"
124 CFLAGS="$save_CFLAGS"])
131 save_CFLAGS="$CFLAGS"
132 CFLAGS="$save_CFLAGS -fPIC -Werror"
134 CFLAGS="$save_CFLAGS"
144 save_CFLAGS="$CFLAGS"
[all …]
/aosp_15_r20/external/freetype/builds/unix/
H A Dconfigure.raw188 orig_CFLAGS="${CFLAGS}"
189 CFLAGS="${CFLAGS} ${XX_ANSIFLAGS} ${a}"
208 CFLAGS="${orig_CFLAGS}"
215 CFLAGS=
234 orig_CFLAGS="${CFLAGS}"
235 CFLAGS="${CFLAGS} -fvisibility=hidden"
239 [CFLAGS="${orig_CFLAGS}"
244 orig_CFLAGS="${CFLAGS}"
245 CFLAGS="${CFLAGS} -xldscope=hidden"
249 [CFLAGS="${orig_CFLAGS}"
[all …]
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/base/
H A DAndroid.bp37 cflags: [
81 cflags: [
87 cflags: [
92 cflags: [
113 cflags: [
153 cflags: [
161 cflags: [
171 cflags: [
179 cflags: [
188 cflags: [
[all …]
/aosp_15_r20/external/cronet/build/config/compiler/
H A DBUILD.gn286 cflags = []
338 cflags += [ "-fno-delete-null-pointer-checks" ]
345 cflags += [ "-fno-ident" ]
353 cflags += [ "-fno-strict-aliasing" ] # See http://crbug.com/32204
368 cflags += scs_parameters
375 cflags += [ "-fstack-protector-strong" ]
377 cflags += [ "-fstack-protector" ]
382 cflags += [ "-fstack-protector" ]
420 cflags += [ "-g" ]
423 cflags += [
[all …]
/aosp_15_r20/external/angle/build/config/compiler/
H A DBUILD.gn276 cflags = []
328 cflags += [ "-fno-delete-null-pointer-checks" ]
335 cflags += [ "-fno-ident" ]
343 cflags += [ "-fno-strict-aliasing" ] # See http://crbug.com/32204
358 cflags += scs_parameters
365 cflags += [ "-fstack-protector-strong" ]
367 cflags += [ "-fstack-protector" ]
370 cflags += [ "-fstack-protector-strong" ]
374 cflags += [ "-fstack-protector" ]
412 cflags += [ "-g" ]
[all …]
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/debugging/
H A DAndroid.bp35 cflags: [
79 cflags: [
85 cflags: [
90 cflags: [
109 cflags: [
149 cflags: [
157 cflags: [
167 cflags: [
175 cflags: [
184 cflags: [
[all …]
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/
H A DMakefile151 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) aes/crypt_and_hash.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
155 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) cipher/cipher_aead_demo.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
159 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) hash/generic_sum.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
163 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) hash/hello.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
167 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) hash/md_hmac_demo.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
171 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) pkey/dh_client.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
175 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) pkey/dh_genprime.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
179 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) pkey/dh_server.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
183 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) pkey/ecdh_curve25519.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
187 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) pkey/ecdsa.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
[all …]
/aosp_15_r20/external/cronet/third_party/anonymous_tokens/
H A DAndroid.bp57 cflags: [
106 cflags: [
111 cflags: [
118 cflags: [
124 cflags: [
197 cflags: [
250 cflags: [
255 cflags: [
262 cflags: [
268 cflags: [
[all …]
/aosp_15_r20/external/pcre/maint/
H A DManyConfigTests111 CFLAGS="-g"
120 CFLAGS="$CFLAGS -Wall"
121 CFLAGS="$CFLAGS -Wno-overlength-strings"
122 CFLAGS="$CFLAGS -Wpointer-arith"
123 CFLAGS="$CFLAGS -Wwrite-strings"
124 CFLAGS="$CFLAGS -Wundef -Wshadow"
125 CFLAGS="$CFLAGS -Wmissing-field-initializers"
126 CFLAGS="$CFLAGS -Wunused-parameter"
127 CFLAGS="$CFLAGS -Wextra -Wformat"
128 CFLAGS="$CFLAGS -Wbad-function-cast"
[all …]

12345678910>>...209