HomeSort by: relevance | last modified time | path
    Searched refs:configure_flags (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/scripts/
gen_travis.py 48 CXX="$CXX $COMPILER_FLAGS"}} $CONFIGURE_FLAGS
176 configure_flags = [x.value for x in combination if x.type == Option.Type.CONFIGURE_FLAG]
181 configure_flags.append('--with-malloc-conf=' + ','.join(malloc_conf))
200 stringify(configure_flags, 'CONFIGURE_FLAGS'),
298 env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-debug \
303 env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-debug \
  /src/external/bsd/jemalloc/dist/scripts/
gen_travis.py 48 CXX="$CXX $COMPILER_FLAGS"}} $CONFIGURE_FLAGS
187 configure_flags = [x.value for x in combination if x.type == Option.Type.CONFIGURE_FLAG]
192 configure_flags.append('--with-malloc-conf=' + ','.join(malloc_conf))
211 stringify(configure_flags, 'CONFIGURE_FLAGS'),
323 env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-debug \
328 env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-debug \
gen_gh_actions.py 155 configure_flags = [x.value for x in combination if x.type == Option.Type.CONFIGURE_FLAG]
160 configure_flags.append('--with-malloc-conf=' + ','.join(malloc_conf))
188 if configure_flags:
189 env_dict['CONFIGURE_FLAGS'] = ' '.join(configure_flags)
268 'CONFIGURE_FLAGS': '--enable-debug --disable-cache-oblivious --enable-stats --enable-log --enable-prof',
274 'CONFIGURE_FLAGS': '--enable-debug --enable-experimental-smallocx --enable-stats --enable-prof',
319 CONFIGURE_FLAGS: ${{{{ matrix.env.CONFIGURE_FLAGS }}}}
330 ./configure CC="${{CC}} ${{COMPILER_FLAGS}}" CXX="${{CXX}} ${{COMPILER_FLAGS}}" $CONFIGURE_FLAGS
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/
llvm-compilers-check 367 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][:]

Completed in 17 milliseconds