Skip to content

Commit

Permalink
Apple-darwin: set DEBUG_LTO_BUILD_DOESNT_WORK
Browse files Browse the repository at this point in the history
Temporary workaround for the well known
"undefined references problem for debug-assertions+lto" (#79)
  • Loading branch information
paoloteti committed Sep 14, 2018
1 parent 8bfd437 commit fa36133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ matrix:
- env: TARGET=arm-unknown-linux-gnueabihf
- env: TARGET=armv7-unknown-linux-gnueabihf
- env: TARGET=i586-unknown-linux-gnu
- env: TARGET=i686-apple-darwin
- env: TARGET=i686-apple-darwin DEBUG_LTO_BUILD_DOESNT_WORK=1
os: osx
- env: TARGET=i686-unknown-linux-gnu
- env: TARGET=mips-unknown-linux-gnu
Expand All @@ -28,7 +28,7 @@ matrix:
- env: TARGET=wasm32-unknown-unknown
install: rustup target add $TARGET
script: cargo build --target $TARGET
- env: TARGET=x86_64-apple-darwin
- env: TARGET=x86_64-apple-darwin DEBUG_LTO_BUILD_DOESNT_WORK=1
os: osx
- env: TARGET=x86_64-unknown-linux-gnu
allow_failures:
Expand Down

0 comments on commit fa36133

Please sign in to comment.