8000 Disable LTO in one test configuration. · matplotlib/matplotlib@b121942 · GitHub
[go: up one dir, main page]

Skip to content

Commit b121942

Browse files
committed
Disable LTO in one test configuration.
1 parent c6c5cc6 commit b121942

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
@@ -31,6 +31,7 @@ jobs:
3131
python-version: 3.7
3232
extra-requirements: '-r requirements/testing/travis_extra.txt'
3333
XVFB_RUN: xvfb-run -a
34+
CFLAGS: "-fno-lto" # Ensure that disabling LTO works.
3435
- os: ubuntu-16.04
3536
python-version: 3.8
3637
extra-requirements: '-r requirements/testing/travis_extra.txt'

0 commit comments

Comments
 (0)
0