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

  /external/jemalloc_new/scripts/
gen_travis.py 17 $CONFIGURE_FLAGS
77 configure_flags = [ variable
88 configure_flags.append('--with-malloc-conf=' + ",".join(malloc_conf))
91 if os == 'osx' and '--enable-prof' in configure_flags:
95 env_string = ('{} COMPILER_FLAGS="{}" CONFIGURE_FLAGS="{}" '
97 compilers, " ".join(compiler_flags), " ".join(configure_flags))
  /external/llvm/utils/
llvm-compilers-check 368 configure_flags = dict(
386 configure_flags["llvm"]["debug"].append("--enable-werror")
387 configure_flags["llvm"]["release"].append("--enable-werror")
388 configure_flags["llvm"]["paranoid"].append("--enable-werror")
470 config_args = configure_flags[comp_key][build][:]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/
llvm-compilers-check 368 configure_flags = dict(
386 configure_flags["llvm"]["debug"].append("--enable-werror")
387 configure_flags["llvm"]["release"].append("--enable-werror")
388 configure_flags["llvm"]["paranoid"].append("--enable-werror")
470 config_args = configure_flags[comp_key][build][:]
  /external/swiftshader/third_party/LLVM/utils/
llvmbuild 415 configure_flags = dict(
645 config_args = configure_flags[comp_key][build][:]

Completed in 364 milliseconds