blob: 7dd9a372eb294b6c4f18095ea2f9954370253a9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
diff --git a/Makefile.am b/Makefile.am
index 37df12b..4ff621e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,10 +1,10 @@
-CXXFLAGS =
+#CXXFLAGS =
AM_CXXFLAGS =
-CXXFLAGS += -Wall
-AM_CXXFLAGS += -Wall
+#CXXFLAGS += -Wall
+#AM_CXXFLAGS += -Wall
-LDFLAGS = -Wl,-rpath,/usr/local/lib
+#LDFLAGS = -Wl,-rpath,/usr/local/lib
# for testing
#CXXFLAGS += -g -O -lefence
@@ -14,8 +14,8 @@ LDFLAGS = -Wl,-rpath,/usr/local/lib
#AM_CXXFLAGS += -O3 -g -pg
# for production
-CXXFLAGS += -O3 -fexpensive-optimizations
-AM_CXXFLAGS += -O3 -fexpensive-optimizations
+#CXXFLAGS += -O3 -fexpensive-optimizations
+#AM_CXXFLAGS += -O3 -fexpensive-optimizations
#CXXFLAGS += -O3 -fexpensive-optimizations -DNDEBUG
#AM_CXXFLAGS += -O3 -fexpensive-optimizations -DNDEBUG
|