Skip to content

Commit

Permalink
Another try at getting all of the builds working properly regardless …
Browse files Browse the repository at this point in the history
…of options.
  • Loading branch information
michaelrsweet committed Mar 22, 2024
1 parent 1b59c3a commit 3fa5510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ WARNINGS = @WARNINGS@
# Linker options...
#

DSOFLAGS = @DSOFLAGS@
LDFLAGS = @LDFLAGS@
DSOFLAGS = @DSOFLAGS@ $(OPTIM)
LDFLAGS = @LDFLAGS@ $(OPTIM)
LIBS = @LIBS@ -lm


Expand Down

0 comments on commit 3fa5510

Please sign in to comment.