summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2008-06-25 17:03:08 -0400
committerEliot Horowitz <eliot@10gen.com>2008-06-25 17:03:08 -0400
commit17b7872504ca6e960daca6b4d3957b8fd80ca3fa (patch)
tree70c26b37100b666199f41f3d7f09cbbba559baef
parent240c50cee394684f99aaa2a85b0df952598af045 (diff)
downloadmongo-17b7872504ca6e960daca6b4d3957b8fd80ca3fa.tar.gz
-O3
-rw-r--r--db/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/makefile b/db/makefile
index d55eed1a593..1519ae232e8 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,4 @@ 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 ''