We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a786d2a commit 8bb0379Copy full SHA for 8bb0379
.github/workflows/tests.yml
@@ -32,6 +32,7 @@ jobs:
32
python-version: 3.7
33
extra-requirements: '-r requirements/testing/travis_extra.txt'
34
XVFB_RUN: xvfb-run -a
35
+ CFLAGS: "-fno-lto" # Ensure that disabling LTO works.
36
- os: ubuntu-16.04
37
python-version: 3.8
38
0 commit comments