8000 Add back no-lto test · matplotlib/matplotlib@63e9d7f · GitHub
[go: up one dir, main page]

Skip to content

Commit 63e9d7f

Browse files
committed
Add back no-lto test
1 parent d03f8c9 commit 63e9d7f

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
@@ -47,6 +47,7 @@ jobs:
4747
- os: ubuntu-20.04
4848
python-version: 3.9
4949
extra-requirements: '-r requirements/testing/extra.txt'
50+
CFLAGS: "-fno-lto" # Ensure that disabling LTO works.
5051
- os: ubuntu-20.04
5152
python-version: '3.10'
5253
extra-requirements: '-r requirements/testing/extra.txt'

0 commit comments

Comments
 (0)
0