Skip to content

Commit 8bb0379

Browse files
committed
Disable LTO in one test configuration.
1 parent a786d2a commit 8bb0379

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

+1
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)