summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/db/makefile b/db/makefile
index d55eed1a593..102337e3ac3 100644
--- a/db/makefile
+++ b/db/makefile
@@ -1,6 +1,6 @@
# makefile for our db project
-FLAGS= ${CFLAGS} -fPIC -ggdb -pthread -O0 -I .. -Isrc/p -I/src/p/db -L/usr/local/lib -L/usr/lib
+FLAGS= ${CFLAGS} -fPIC -ggdb -pthread -O3 -I .. -Isrc/p -I/src/p/db -L/usr/local/lib -L/usr/lib
LIB_DEPS = -lpcrecpp -lpcre
LIB_BOOST = -lboost_thread -lboost_filesystem
@@ -69,4 +69,6 @@ info:
@echo 'Using version of GPP :' $(_GPP_VER)
@echo 'Req version of GPP :' $(_REQ_GPP_VER)
@# todo - determine if we have the right version of gcc and error if not
- @echo '' \ No newline at end of file
+ @echo ''
+
+