OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cxxflags
(Results
1 - 7
of
7
) sorted by null
/frameworks/compile/linkloader/
SConstruct
23
'
CXXFLAGS
': COMMON_CXXFLAGS + ['-g']
28
'
CXXFLAGS
': COMMON_CXXFLAGS + ['-O2']
50
'gcc': { 'CFLAGS': [], '
CXXFLAGS
': [], 'LDFLAGS': [] },
51
'clang': { 'CFLAGS': [], '
CXXFLAGS
': [], 'LDFLAGS': [] },
53
'
CXXFLAGS
': ['-EL', '-mips32r2'],
77
cxxflags
= build_config['
CXXFLAGS
'] + build_toolset_config['
CXXFLAGS
']
83
CXXFLAGS
=
cxxflags
,
[
all
...]
/external/icu4c/samples/
defs.mk
12
CXXFLAGS
=$(shell icu-config --
cxxflags
)
/external/icu4c/config/
test-icu-config.sh
18
icu-config --
cxxflags
icu-config-bottom
33
echo " --
cxxflags
Print C++ compiler flags [
CXXFLAGS
]"
34
echo " --
cxxflags
-dynamic Print additional C++ flags for"
80
echo "The most commonly used options will be --cflags, --
cxxflags
, --cppflags, and --ldflags."
228
--
cxxflags
)
229
echo $ECHO_N "${
CXXFLAGS
} ${ECHO_C}"
245
--
cxxflags
-dynamic)
/external/webkit/Tools/wx/build/
wxpresets.py
70
cxxflags
= []
/external/stlport/
configure
44
--with-extra-
cxxflags
=<options>
99
\$
CXXFLAGS
pass extra options to C++ compiler
182
--with-extra-
cxxflags
=*)
307
if [ -n "${
CXXFLAGS
}" ]; then
309
write_option "${
CXXFLAGS
}" EXTRA_CXXFLAGS
311
echo "Both --with-extra-
cxxflags
and \$
CXXFLAGS
set, using the first"
/external/openfst/
configure
819
CXXFLAGS
904
CXXFLAGS
[
all
...]
Completed in 893 milliseconds