We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc51d82 commit 745a0dcCopy full SHA for 745a0dc
1 file changed
.travis.yml
@@ -1,13 +1,13 @@
1
language: cpp
2
compiler:
3
- gcc
4
- clang
+ - gcc
+ - clang
5
dist: bionic
6
env:
7
global:
8
- PYTHON=3.6
9
- MAKE_FLAGS=-j4
10
- - CXXFLAGS="-Wall -Wextra -march=native"
+ - CXXFLAGS="-O0 -Wall -Wextra -march=native"
11
addons:
12
apt:
13
update: true
@@ -32,7 +32,7 @@ before_script:
32
- mkdir build
33
- cd build
34
- lcov --directory . --zerocounters
35
- - cmake -DCMAKE_BUILD_TYPE=Debug -DPYBIND11_PYTHON_VERSION=$PYTHON ..
+ - cmake -DCMAKE_BUILD_TYPE=Debug -DPR_USE_LTO=OFF -DPYBIND11_PYTHON_VERSION=$PYTHON ..
36
script:
37
- make $MAKE_FLAGS
38
- make test || true
0 commit comments