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:39:40 -0400
commit2b4a78a7485a8847f3535b6c15b7a3377040b0eb (patch)
treea7f88eccac2f0bdc2de5c7b50a49f7109bcd24a4
parent12adc2c060e0e312b376183448c6c109f02bba0f (diff)
downloadmongo-2b4a78a7485a8847f3535b6c15b7a3377040b0eb.tar.gz
-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 ''