matplotlib: Disable LTO on darwin.

Needs #19312 or equivalent to work.
This commit is contained in:
Shea Levy
2020-09-09 12:18:50 -04:00
parent 5c84d57a59
commit 31579c6b0a
2 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
[directories]
basedirlist = .
[libs]
system_freetype = true
# LTO not working in darwin stdenv, see #19312
enable_lto = false