HomeSort by relevance Sort by last modified time
    Searched refs:extra_cflags (Results 1 - 13 of 13) sorted by null

  /external/skia/infra/bots/recipe_modules/flavor/
gn_flavor.py 73 extra_cflags = []
79 extra_cflags .append('-B%s/bin' % clang_linux)
91 extra_cflags.append('-Wno-unknown-warning-option')
96 extra_cflags.append('-fprofile-instr-generate')
97 extra_cflags.append('-fcoverage-mapping')
102 extra_cflags.append('-O1')
105 extra_cflags.append('/EHsc')
107 extra_cflags.extend(['-march=native', '-fomit-frame-pointer', '-O3',
113 extra_cflags.append('-D' + extra_tokens[0])
210 extra_cflags.append('-Wno-nonportable-include-path'
    [all...]
gn_chromebook_flavor.py 92 extra_cflags = [
121 extra_cflags = [
144 args['extra_cflags'] = repr(extra_cflags).replace("'", '"')
gn_android_flavor.py 355 extra_cflags = []
357 extra_cflags.append('-O1')
388 if extra_cflags:
389 args['extra_cflags'] = repr(extra_cflags).replace("'", '"')
gn_chromecast_flavor.py 63 extra_cflags = [
97 args['extra_cflags'] = repr(extra_cflags).replace("'", '"')
  /external/skqp/infra/bots/recipe_modules/flavor/
gn_flavor.py 73 extra_cflags = []
79 extra_cflags .append('-B%s/bin' % clang_linux)
91 extra_cflags.append('-Wno-unknown-warning-option')
96 extra_cflags.append('-fprofile-instr-generate')
97 extra_cflags.append('-fcoverage-mapping')
102 extra_cflags.append('-O1')
105 extra_cflags.append('/EHsc')
107 extra_cflags.extend(['-march=native', '-fomit-frame-pointer', '-O3',
113 extra_cflags.append('-D' + extra_tokens[0])
194 extra_cflags.append('-Wno-nonportable-include-path'
    [all...]
gn_chromebook_flavor.py 92 extra_cflags = [
121 extra_cflags = [
144 args['extra_cflags'] = repr(extra_cflags).replace("'", '"')
gn_android_flavor.py 355 extra_cflags = []
357 extra_cflags.append('-O1')
388 if extra_cflags:
389 args['extra_cflags'] = repr(extra_cflags).replace("'", '"')
gn_chromecast_flavor.py 63 extra_cflags = [
97 args['extra_cflags'] = repr(extra_cflags).replace("'", '"')
  /external/libvpx/libvpx/
configure 729 if [ -n "${extra_cflags}" ] ; then
730 check_add_cflags ${extra_cflags} || \
731 die "Requested extra CFLAGS '${extra_cflags}' not supported by compiler"
  /development/vndk/tools/sourcedr/sourcedr/
ninja.py 494 command = gcc -c -o $out $in $cflags $extra_cflags
498 extra_cflags = -Werror
  /external/libvpx/libvpx/build/make/
configure.sh 549 extra_cflags="${optval}"
    [all...]
  /external/python/cpython2/Mac/BuildScript/
build-installer.py 350 extra_cflags=('-Os '
    [all...]
  /external/python/cpython3/Mac/BuildScript/
build-installer.py 321 extra_cflags=('-Os '
    [all...]

Completed in 534 milliseconds