update travis
This commit is contained in:
parent
4e12d21c8d
commit
adc70c0511
@ -376,6 +376,9 @@ jobs:
|
|||||||
- os: osx
|
- os: osx
|
||||||
arch: amd64
|
arch: amd64
|
||||||
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--with-malloc-conf=tcache:false" EXTRA_CFLAGS="-Werror -Wno-array-bounds -Wno-unknown-warning-option -Wno-ignored-attributes -Wno-deprecated-declarations"
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--with-malloc-conf=tcache:false" EXTRA_CFLAGS="-Werror -Wno-array-bounds -Wno-unknown-warning-option -Wno-ignored-attributes -Wno-deprecated-declarations"
|
||||||
|
- os: osx
|
||||||
|
arch: amd64
|
||||||
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--with-malloc-conf=percpu_arena:percpu" EXTRA_CFLAGS="-Werror -Wno-array-bounds -Wno-unknown-warning-option -Wno-ignored-attributes -Wno-deprecated-declarations"
|
||||||
# Development build
|
# Development build
|
||||||
- os: linux
|
- os: linux
|
||||||
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-debug --disable-cache-oblivious --enable-stats --enable-log --enable-prof" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-debug --disable-cache-oblivious --enable-stats --enable-log --enable-prof" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
||||||
|
@ -257,7 +257,6 @@ def generate_macos(arch):
|
|||||||
|
|
||||||
exclude = ([Option.as_malloc_conf(opt) for opt in (
|
exclude = ([Option.as_malloc_conf(opt) for opt in (
|
||||||
'dss:primary',
|
'dss:primary',
|
||||||
'percpu_arena:percpu',
|
|
||||||
'background_thread:true')] +
|
'background_thread:true')] +
|
||||||
[Option.as_configure_flag('--enable-prof')] +
|
[Option.as_configure_flag('--enable-prof')] +
|
||||||
[CLANG,])
|
[CLANG,])
|
||||||
|
Loading…
Reference in New Issue
Block a user