From f377fa5e670e5212ead8222e1dfdf9dcc6e42f02 Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Tue, 4 Jun 2024 23:27:41 -0500 Subject: user/gsl: disable optimizations on specfunc tests Default optimization settings between GCC 8.5.0 and 13.3.0 appear to have caused this test to fail; disable them for this test. Closes: #1195 --- user/gsl/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/gsl/APKBUILD b/user/gsl/APKBUILD index 35d6417dd..a1edce201 100644 --- a/user/gsl/APKBUILD +++ b/user/gsl/APKBUILD @@ -19,7 +19,7 @@ prepare() { case "$CTARGET_ARCH" in pmmx) #763 (applies to this entire block) - override="multifit_nlinear multilarge_nlinear"; + override="multifit_nlinear multilarge_nlinear specfunc"; for k in $override; do sed -i $k/Makefile.in \ -e '/^CFLAGS = /s/$/ -O0/g' \ -- cgit v1.2.3-70-g09d2