Fix matplotlib build with GCC
There is an issue which prevents matplotlib to be built correctly with GCC (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82492).
This MR sets -Os
to workaround the issue.
Edited by Michael Migliore
There is an issue which prevents matplotlib to be built correctly with GCC (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82492).
This MR sets -Os
to workaround the issue.