Description: using dynamic linking instead of static.
Author: Andrius Merkys <andrius.merkys@gmail.com>
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 CFLAGS = -O3 -DNDEBUG=1
-LDLIBS = -lm -static
-# LDLIBS = -lm
+# LDLIBS = -lm -static
+LDLIBS = -lm
 
 OBJ = .o
 EXE =
