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

master
Michael R Sweet 2 months ago
parent 1b59c3a8a0
commit 3fa5510610
No known key found for this signature in database
GPG Key ID: BE67C75EC81F3244
  1. 4
      Makefile.in

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

Loading…
Cancel
Save