Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03f8c9 commit 63e9d7fCopy full SHA for 63e9d7f
1 file changed
.github/workflows/tests.yml
@@ -47,6 +47,7 @@ jobs:
47
- os: ubuntu-20.04
48
python-version: 3.9
49
extra-requirements: '-r requirements/testing/extra.txt'
50
+ CFLAGS: "-fno-lto" # Ensure that disabling LTO works.
51
52
python-version: '3.10'
53
0 commit comments