Home
last modified time | relevance | path

Searched refs:configure_flags (Results 1 – 3 of 3) sorted by relevance

/external/jemalloc_new/scripts/
Dgen_travis.py77 configure_flags = [ variable
88 configure_flags.append('--with-malloc-conf=' + ",".join(malloc_conf))
91 if os == 'osx' and '--enable-prof' in configure_flags:
97 compilers, " ".join(compiler_flags), " ".join(configure_flags))
/external/llvm-project/llvm/utils/
Dllvm-compilers-check367 configure_flags = dict(
385 configure_flags["llvm"]["debug"].append("--enable-werror")
386 configure_flags["llvm"]["release"].append("--enable-werror")
387 configure_flags["llvm"]["paranoid"].append("--enable-werror")
469 config_args = configure_flags[comp_key][build][:]
/external/llvm/utils/
Dllvm-compilers-check368 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][:]