Skip to content

Commit

Permalink
Make -flto an allowed failure
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Nov 24, 2017
1 parent 3131df2 commit 2f2615e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ matrix:
- env: GCC_VERSION=5 VANILLA=1
- env: GCC_VERSION=6 VANILLA=1
- env: GCC_VERSION=7 VANILLA=1
- env: GCC_VERSION=6 CFLAGS="-O2 -pipe -flto" LDFLAGS="-Wl,-O1 -Wl,--as-needed -flto"
- env: GCC_VERSION=6 VANILLA=1 CFLAGS="-O2 -pipe -flto" LDFLAGS="-Wl,-O1 -Wl,--as-needed -flto"
- env: VANILLA=1
- env: myconf="-Dusethreads" VANILLA=1
Expand Down

0 comments on commit 2f2615e

Please sign in to comment.