blob: 1fd048a0594b4ad593e1556061475447553a9152 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/Makefile.orig 2025-05-14 14:29:51 UTC
+++ src/Makefile
@@ -1,6 +1,6 @@ PRGS = baseml codeml basemlg mcmctree pamp evolver yn
PRGS = baseml codeml basemlg mcmctree pamp evolver yn00 chi2
-CC = gcc
-CFLAGS = -O3 -Wall -Wno-unused-variable -Wno-unused-result
+#CC = gcc
+#CFLAGS = -O3 -Wall -Wno-unused-variable -Wno-unused-result
LIBS = -lm
|