summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryellow <yellow@10gen.com>2008-06-08 21:26:01 +0000
committeryellow <yellow@10gen.com>2008-06-08 21:26:01 +0000
commit131e2eb860639e14234c9e004c5910635549f2b4 (patch)
tree98d1395777e28abd56311b216af9f7328b2ec207
parent485fb3efc4c0bcf32b8231dbc6aba15dfe3e1366 (diff)
downloadmongo-r0.0.4_rc2.tar.gz
-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 ''
+
+