nixpkgs/pkgs/development/python-modules/matplotlib/setup-darwin.cfg
Shea Levy 31579c6b0a
matplotlib: Disable LTO on darwin.
Needs #19312 or equivalent to work.
2020-09-09 12:18:50 -04:00

8 lines
127 B
INI

[directories]
basedirlist = .
[libs]
system_freetype = true
# LTO not working in darwin stdenv, see #19312
enable_lto = false