Lines Matching +full:- +full:j3
13 - autoconf
14 - ./configure ${COMPILER_FLAGS:+ \
18 - make -j3
19 - make -j3 tests
22 - make check
26 # flags. We also test with clang, -m32, --enable-debug, --enable-prof,
27 # --disable-stats, and --with-malloc-conf=tcache:false. To avoid abusing
40 compiler_flag_unusuals = ['-m32']
43 '--enable-debug',
44 '--enable-prof',
45 '--disable-stats',
88 configure_flags.append('--with-malloc-conf=' + ",".join(malloc_conf))
90 # Filter out an unsupported configuration - heap profiling on OS X.
91 if os == 'osx' and '--enable-prof' in configure_flags:
94 # We get some spurious errors when -Warray-bounds is enabled.
96 'EXTRA_CFLAGS="-Werror -Wno-array-bounds"').format(
99 include_rows += ' - os: %s\n' % os
101 if '-m32' in unusual_combination and os == 'linux':
105 include_rows += ' - gcc-multilib\n'