diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-02-20 10:13:27 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-02-20 10:13:27 +0000 |
commit | abfb84772c6fea65ed4ac8783cbd2b15ffa7d2f3 (patch) | |
tree | 1735d4d5d5d0d2fcce50af54b2ad09ec72b3e50d /source3/tdb/Makefile | |
parent | ca677a6d8d361e5ab7a9794cfaafcb231b379a1d (diff) | |
download | samba-abfb84772c6fea65ed4ac8783cbd2b15ffa7d2f3.tar.gz samba-abfb84772c6fea65ed4ac8783cbd2b15ffa7d2f3.tar.bz2 samba-abfb84772c6fea65ed4ac8783cbd2b15ffa7d2f3.zip |
optimise by default
(This used to be commit a5005195440d4805054c488cdc450735883064e5)
Diffstat (limited to 'source3/tdb/Makefile')
-rw-r--r-- | source3/tdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/tdb/Makefile b/source3/tdb/Makefile index 196187eef1..78c029e0c9 100644 --- a/source3/tdb/Makefile +++ b/source3/tdb/Makefile @@ -2,7 +2,7 @@ # Makefile for tdb directory # -CFLAGS = -DSTANDALONE -DTDB_DEBUG -g -DHAVE_MMAP=1 +CFLAGS = -DSTANDALONE -DTDB_DEBUG -O2 -DHAVE_MMAP=1 CC = gcc PROGS = tdbtest tdbtool tdbtorture |