package/openblas: strip any optimization flag where needed
authorThomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Fri, 5 Mar 2021 13:48:37 +0000 (14:48 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 6 Mar 2021 15:34:13 +0000 (16:34 +0100)
commita0508b570530f381a42d9dd04757032ce4e72a57
tree6aa1bc69d7145c300e1ad40594f2522431ce551b
parent2793167b57f3ca197be92e493312643d14a4300a
package/openblas: strip any optimization flag where needed

openblas strips off -O1-O3 for certain source files, but forgets to handle
-Os, -Og and -O. This means that the intended effect of 'no optimization' is
not always reached.

Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/openblas/0003-Makefile-also-consider-Os-when-determining-LAPACK_NO.patch [new file with mode: 0644]