Skip to content

Commit

Permalink
Disable LTO in one test configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
QuLogic committed Jan 27, 2021
1 parent ef5e84a commit 559044e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
python-version: 3.7
extra-requirements: '-r requirements/testing/travis_extra.txt'
XVFB_RUN: xvfb-run -a
CFLAGS: "-fno-lto" # Ensure that disabling LTO works.
- os: ubuntu-16.04
python-version: 3.8
extra-requirements: '-r requirements/testing/travis_extra.txt'
Expand Down

0 comments on commit 559044e

Please sign in to comment.