Author: Tim Booth <tbooth@ceh.ac.uk>
Last-Update: Fri, 25 Apr 2014 14:21:43 +0100
Description: Prevent static linking

--- Source.orig/makefile
+++ Source/makefile
@@ -1,4 +1,4 @@
-CFLAGS =  -ggdb -Wall -fopenmp -static
+CFLAGS +=  -Wall -fopenmp
 CC = g++ -O2 $(CFLAGS)
 
 TARGETS = perm
