Skip to content

Commit 559044e

Browse files
committed
Disable LTO in one test configuration.
1 parent ef5e84a commit 559044e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
python-version: 3.7
3333
extra-requirements: '-r requirements/testing/travis_extra.txt'
3434
XVFB_RUN: xvfb-run -a
35+
CFLAGS: "-fno-lto" # Ensure that disabling LTO works.
3536
- os: ubuntu-16.04
3637
python-version: 3.8
3738
extra-requirements: '-r requirements/testing/travis_extra.txt'

0 commit comments

Comments
 (0)