From 3fa551061099d1aace5c50b649e3b44352166fed Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 22 Mar 2024 08:52:51 -0400 Subject: [PATCH] Another try at getting all of the builds working properly regardless of options. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 7aad2bd..d3c49ba 100644 --- a/Makefile.in +++ b/Makefile.in @@ -96,8 +96,8 @@ WARNINGS = @WARNINGS@ # Linker options... # -DSOFLAGS = @DSOFLAGS@ -LDFLAGS = @LDFLAGS@ +DSOFLAGS = @DSOFLAGS@ $(OPTIM) +LDFLAGS = @LDFLAGS@ $(OPTIM) LIBS = @LIBS@ -lm