Skip to content

Commit 674a42f

Browse files
committed
Apple-darwin: set DEBUG_LTO_BUILD_DOESNT_WORK for
Temporary workaround for the well known "the undefined references problem for debug-assertions+lto" (rust-lang#79)
1 parent 8bfd437 commit 674a42f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ matrix:
1313
- env: TARGET=i586-unknown-linux-gnu
1414
- env: TARGET=i686-apple-darwin
1515
os: osx
16+
env: DEBUG_LTO_BUILD_DOESNT_WORK=1
1617
- env: TARGET=i686-unknown-linux-gnu
1718
- env: TARGET=mips-unknown-linux-gnu
1819
- env: TARGET=mips64-unknown-linux-gnuabi64
@@ -30,6 +31,7 @@ matrix:
3031
script: cargo build --target $TARGET
3132
- env: TARGET=x86_64-apple-darwin
3233
os: osx
34+
env: DEBUG_LTO_BUILD_DOESNT_WORK=1
3335
- env: TARGET=x86_64-unknown-linux-gnu
3436
allow_failures:
3537
- env: TARGET=thumbv6m-linux-eabi

0 commit comments

Comments
 (0)