Another try at getting all of the builds working properly regardless of options.

This commit is contained in:
Michael R Sweet 2024-03-22 08:52:51 -04:00
parent 1b59c3a8a0
commit 3fa5510610
No known key found for this signature in database
GPG Key ID: BE67C75EC81F3244

View File

@ -96,8 +96,8 @@ WARNINGS = @WARNINGS@
# Linker options...
#
DSOFLAGS = @DSOFLAGS@
LDFLAGS = @LDFLAGS@
DSOFLAGS = @DSOFLAGS@ $(OPTIM)
LDFLAGS = @LDFLAGS@ $(OPTIM)
LIBS = @LIBS@ -lm