diff options
Diffstat (limited to 'biology/paml/files/patch-src::Makefile')
-rw-r--r-- | biology/paml/files/patch-src::Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/biology/paml/files/patch-src::Makefile b/biology/paml/files/patch-src::Makefile new file mode 100644 index 0000000..9c24749 --- /dev/null +++ b/biology/paml/files/patch-src::Makefile @@ -0,0 +1,12 @@ +--- Makefile.orig Thu Jul 19 12:01:33 2001 ++++ Makefile Tue Aug 28 19:07:55 2001 +@@ -1,7 +1,7 @@ + PRGS = baseml codeml codemlsites basemlg pamp evolver mcmctree yn00 chi2 +-CC = cc # cc, gcc, cl ++CC = gcc # cc, gcc, cl + +-CFLAGS = -fast -w ++CFLAGS = -O2 + + #CFLAGS = -w0 -warnprotos -newc -std -fast + #CFLAGS = -g -w0 -warnprotos -newc -std -edit1 # |