summaryrefslogtreecommitdiff
path: root/math/bliss/files/patch-Makefile
blob: c7f1b619134727454b61663e0b5ded94e8f39c32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- Makefile.orig	2015-09-01 07:23:10 UTC
+++ Makefile
@@ -1,9 +1,9 @@
-CFLAGS = -I.
-CFLAGS += -g
+CFLAGS += -I.
+#CFLAGS += -g
 #CFLAGS += -pg
 CFLAGS += -Wall
 CFLAGS += --pedantic
-CFLAGS += -O9
+#CFLAGS += -O9
 #CFLAGS += -DBLISS_DEBUG
 CFLAGS += -fPIC