summaryrefslogtreecommitdiff
path: root/source4/lib/talloc/Makefile.talloc
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-01-12 11:45:43 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:08:46 -0500
commit4b73689468ebe2e25a22d73fecb1a035b2303efd (patch)
tree49737dfa133784f0a6a39b3403eb246fbb814c3a /source4/lib/talloc/Makefile.talloc
parent287515fd3db1932f06d56da3bb388a7efc1120eb (diff)
downloadsamba-4b73689468ebe2e25a22d73fecb1a035b2303efd.tar.gz
samba-4b73689468ebe2e25a22d73fecb1a035b2303efd.tar.bz2
samba-4b73689468ebe2e25a22d73fecb1a035b2303efd.zip
r4711: - deprecate talloc_destroy()
- expanded the talloc_realloc() test a little (I was concerned about a possible bug, which turned out to be an illusion) - don't enable gcov by default in Makefile.talloc (This used to be commit 4ec47cc1083c4cdb780e548177631c5914bf677a)
Diffstat (limited to 'source4/lib/talloc/Makefile.talloc')
-rw-r--r--source4/lib/talloc/Makefile.talloc6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/lib/talloc/Makefile.talloc b/source4/lib/talloc/Makefile.talloc
index 88cb0e7159..a19b4ce311 100644
--- a/source4/lib/talloc/Makefile.talloc
+++ b/source4/lib/talloc/Makefile.talloc
@@ -1,6 +1,6 @@
-OPT = -g -ftest-coverage -fprofile-arcs
-LIBS = -lgcov
-#OPT = -g
+#OPT = -g -ftest-coverage -fprofile-arcs
+#LIBS = -lgcov
+OPT = -O
CFLAGS = $(OPT) -Wall