- os: linux
compiler: gcc
env: [ CONF_OPTIONS="--disable-gc-debug --enable-cplusplus" ]
+ - os: linux
+ compiler: clang
+ env: [ CONF_OPTIONS="--enable-large-config --enable-cplusplus" ]
+ - os: osx
+ env: [ CONF_OPTIONS="--enable-large-config --enable-cplusplus" ]
- os: linux
addons: { apt: { packages: [ gcc-multilib ] } }
compiler: gcc
env: [ CONF_OPTIONS="--enable-large-config", CFLAGS_EXTRA="-m32" ]
- os: linux
- compiler: clang
- env:
- - CONF_OPTIONS="--enable-large-config --enable-munmap --enable-cplusplus"
- - os: osx
+ compiler: gcc
env:
- CONF_OPTIONS="--enable-large-config --enable-munmap --enable-cplusplus"
- os: linux