Merge branch 'master' into build

This commit is contained in:
Valient Gough 2017-08-09 00:34:59 -04:00 committed by GitHub
commit da06619901
2 changed files with 7 additions and 13 deletions

View File

@ -1,21 +1,15 @@
dist: trusty
language: cpp
sudo: true
os:
- linux
- osx
compiler:
- clang
- gcc
matrix:
exclude:
- os: osx
include:
- os: linux
compiler: gcc
dist: trusty
- os: osx
compiler: clang
osx_image: xcode8.3
branches:
only:

View File

@ -2,4 +2,4 @@
# After running, chdir to the build subdir ane run "make"
mkdir build
cd build && cmake .. -DCMAKE_BUILD_TYPE=Debug -DLINT=ON \
-DCMAKE_CXX_FLAGS="-O1 -fsanitize=address -fno-omit-frame-pointer" $@
-DCMAKE_CXX_FLAGS="-O0 -g -fsanitize=address -fno-omit-frame-pointer" $@