summaryrefslogtreecommitdiff
path: root/source3/tdb
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2002-03-09 00:11:48 +0000
committerAndrew Tridgell <tridge@samba.org>2002-03-09 00:11:48 +0000
commitd65228687fc355260260d5a72a5fbebc45d2ca0c (patch)
tree622e88b9be28c544820722eb6c4ca8d7321aba88 /source3/tdb
parent487c0f051be948b4fcefd7f45bb130e8aa90bcc8 (diff)
downloadsamba-d65228687fc355260260d5a72a5fbebc45d2ca0c.tar.gz
samba-d65228687fc355260260d5a72a5fbebc45d2ca0c.tar.bz2
samba-d65228687fc355260260d5a72a5fbebc45d2ca0c.zip
don't use -pg by default when building standalone
(This used to be commit 18e81a4a5b986aa8e14ae868a04caf8b1be413f0)
Diffstat (limited to 'source3/tdb')
-rw-r--r--source3/tdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/tdb/Makefile b/source3/tdb/Makefile
index 3417759124..59fbb079bd 100644
--- a/source3/tdb/Makefile
+++ b/source3/tdb/Makefile
@@ -2,7 +2,7 @@
# Makefile for tdb directory
#
-CFLAGS = -DSTANDALONE -DTDB_DEBUG -pg -g -DHAVE_MMAP=1
+CFLAGS = -DSTANDALONE -DTDB_DEBUG -g -DHAVE_MMAP=1
CC = gcc
PROGS = tdbtest tdbtool tdbtorture