Make muscle executable compilation not static to fix problem on Macs
[jabaws.git] / binaries / src / muscle / Makefile
index dc1cdc1..fb62886 100644 (file)
@@ -10,8 +10,8 @@
 # this is fixed by deleting "-static" from the LDLIBS line.
 
 CFLAGS = -O3 -funroll-loops -Winline -DNDEBUG=1
-LDLIBS = -lm -static
-# LDLIBS = -lm
+# LDLIBS = -lm -static
+LDLIBS = -lm
 
 OBJ = .o
 EXE =