HomeSort by relevance Sort by last modified time
    Searched refs:CXXFLAGS (Results 101 - 125 of 159) sorted by null

1 2 3 45 6 7

  /external/valgrind/unittest/
Makefile 11 CXXFLAGS+=$(OPTFLAGS) $(ARCHFLAGS) $(OS_CXXFLAGS) $(DEFINES) $(EXTRA_CXXFLAGS)
12 OPT_CXXFLAGS=$(CXXFLAGS) -O2 -g $(ARCHFLAGS) $(OS_CXXFLAGS) $(DEFINES) $(EXTRA_CXXFLAGS) -foptimize-sibling-calls
131 ${CXX} ${CXXFLAGS} \
141 ${CXX} ${CXXFLAGS} \
  /external/chromium_org/third_party/icu/source/
configure 678 CXXFLAGS
784 CXXFLAGS
    [all...]
  /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/chromium_org/third_party/leveldatabase/src/
Makefile 21 CXXFLAGS += -I. -I./include $(PLATFORM_CXXFLAGS) $(OPT)
87 $(CXX) $(LDFLAGS) $(PLATFORM_SHARED_LDFLAGS)$(SHARED2) $(CXXFLAGS) $(PLATFORM_SHARED_CFLAGS) $(SOURCES) -o $(SHARED3) $(LIBS)
196 $(CXX) $(CXXFLAGS) -isysroot $(SIMULATORROOT)/SDKs/iPhoneSimulator$(IOSVERSION).sdk -arch i686 -c $< -o ios-x86/$@
198 xcrun -sdk iphoneos $(CXX) $(CXXFLAGS) -isysroot $(DEVICEROOT)/SDKs/iPhoneOS$(IOSVERSION).sdk -arch armv6 -arch armv7 -c $< -o ios-arm/$@
210 $(CXX) $(CXXFLAGS) -c $< -o $@
  /external/icu4c/
configure 668 CXXFLAGS
768 CXXFLAGS
    [all...]
icudefs.mk 129 # CXXFLAGS is for C++ only flags
130 CXXFLAGS = -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long $(THREADSCXXFLAGS)
165 COMPILE.cc= $(CXX) $(CPPFLAGS) $(DEFS) $(CXXFLAGS) -c
169 LINK.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS)
173 SHLIB.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(LD_SOOPTIONS)
  /external/chromium_org/third_party/re2/
Makefile 13 CXXFLAGS=-Wall -O3 -g -pthread # can override
161 $(CXX) -o $@ $(CPPFLAGS) $(CXXFLAGS) $(RE2_CXXFLAGS) -DNDEBUG $*.cc
165 $(CXX) -o $@ -fPIC $(CPPFLAGS) $(CXXFLAGS) $(RE2_CXXFLAGS) $*.cc
169 $(CXX) -o $@ -fPIC $(CPPFLAGS) $(CXXFLAGS) $(RE2_CXXFLAGS) -DNDEBUG $*.cc
277 make CXXFLAGS="$(CXXFLAGS) -DLOGGING=1" obj/test/exhaustive{,1,2,3}_test
285 make CXXFLAGS="$(CXXFLAGS) -DLOGGING=1" obj/test/search_test
  /external/icu4c/config/
icu-config 210 CXXFLAGS="-O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long ${THREADSCXXFLAGS} "
229 SHLIB_cc="${CXX} ${DEFS} ${CPPFLAGS} ${CXXFLAGS} ${LDFLAGS} -shared"
380 echo " --cxxflags Print C++ compiler flags [CXXFLAGS]"
381 echo " --cxxflags-dynamic Print additional C++ flags for"
427 echo "The most commonly used options will be --cflags, --cxxflags, --cppflags, and --ldflags."
575 --cxxflags)
576 echo $ECHO_N "${CXXFLAGS} ${ECHO_C}"
592 --cxxflags-dynamic)
mh-cygwin-msvc 49 CXXFLAGS+=/GF /nologo /EHsc /Zc:wchar_t
56 COMPILE.cc= $(CXX) $(CPPFLAGS) $(DEFS) $(CXXFLAGS) /c
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/regex-re2/
Makefile 13 CXXFLAGS=-Wall -O3 -g -pthread # can override
161 $(CXX) -o $@ $(CPPFLAGS) $(CXXFLAGS) $(RE2_CXXFLAGS) -DNDEBUG $*.cc
165 $(CXX) -o $@ -fPIC $(CPPFLAGS) $(CXXFLAGS) $(RE2_CXXFLAGS) $*.cc
169 $(CXX) -o $@ -fPIC $(CPPFLAGS) $(CXXFLAGS) $(RE2_CXXFLAGS) -DNDEBUG $*.cc
277 make CXXFLAGS="$(CXXFLAGS) -DLOGGING=1" obj/test/exhaustive{,1,2,3}_test
285 make CXXFLAGS="$(CXXFLAGS) -DLOGGING=1" obj/test/search_test
  /external/chromium_org/third_party/icu/source/config/
mh-cygwin-msvc 49 CXXFLAGS+=/GF /nologo /EHsc /Zc:wchar_t
57 COMPILE.cc= $(CXX) $(CPPFLAGS) $(DEFS) $(CXXFLAGS) /c
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/zlib/src/nintendods/
Makefile 35 CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions
  /ndk/build/tools/
build-libportable.sh 127 local SRC OBJ OBJECTS CFLAGS CXXFLAGS
common-build-host-funcs.sh 688 --cxxflags="$HOST_CXXFLAGS" \
784 CXXFLAGS=
789 CXXFLAGS=$CFLAGS
793 CXXFLAGS=$CFLAGS
796 export CFLAGS CXXFLAGS LDFLAGS
ndk-common.sh 459 if [ -z "$CXXFLAGS" ] ; then
460 CXXFLAGS="$CFLAGS"
551 log2 "Object : $CXX -o $TMPO -c $CXXFLAGS $TMPC"
552 $CXX -o $TMPO -c $CXXFLAGS $TMPC 2> $TMPL
build-host-gdb.sh 204 CXXFLAGS=$CXXFLAGS" -D__USE_MINGW_ANSI_STDIO=1"
build-host-python.sh 293 CXXFLAGS=$CXXFLAGS" -D__USE_MINGW_ANSI_STDIO=1"
  /external/chromium_org/third_party/mesa/src/scons/
crossmingw.py 191 env['SHCXXFLAGS'] = SCons.Util.CLVar('$CXXFLAGS')
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-xlib/
Makefile 72 $(CXX) -c $(INCLUDE_DIRS) $(CXXFLAGS) $< -o $@
  /external/llvm/utils/buildit/
build_llvm 164 CXXFLAGS="-DLLVM_VERSION_INFO='\" Apple Build #$LLVM_VERSION\"'"
204 CXXFLAGS="-DLLVM_VERSION_INFO='\" Apple Build #$LLVM_VERSION\"'"
  /external/mesa3d/scons/
crossmingw.py 191 env['SHCXXFLAGS'] = SCons.Util.CLVar('$CXXFLAGS')
  /external/mesa3d/src/gallium/targets/libgl-xlib/
Makefile 72 $(CXX) -c $(INCLUDE_DIRS) $(CXXFLAGS) $< -o $@
  /external/llvm/
Makefile 114 unset CXXFLAGS ; \
136 CXXFLAGS= \

Completed in 1026 milliseconds

1 2 3 45 6 7