From dc1cf7d358465ff5e5eaf6fc7c1bfd40ad94d2ff Mon Sep 17 00:00:00 2001 From: Joseph Brown Date: Thu, 10 Oct 2024 22:10:30 -0400 Subject: [PATCH] get rid of fathmath; reinstate pxstrec in default build --- src/Makefile.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index 6c05cacc..186be926 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -36,14 +36,13 @@ ifneq "$(CXX)" "icc" ifneq ($(filter @host_cpu@,i386 i486 i586 i686),) OPT_FLAGS += -ffloat-store else - OPT_FLAGS += -ffast-math + #OPT_FLAGS += -ffast-math endif endif NLOPT_PROGRAMS := ifeq "$(HNLOPT)" "Y" - #NLOPT_PROGRAMS += pxbdfit pxcontrates pxstrec - NLOPT_PROGRAMS += pxbdfit pxcontrates + NLOPT_PROGRAMS += pxbdfit pxcontrates pxstrec endif FFLAGS = -O3