diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-05-08 12:55:00 +0200 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-05-08 12:57:04 +0200 |
commit | 64adea3d857ac7fcfb86264e877e96a08c7b5aa0 (patch) | |
tree | c12300ae56d353d0d5f15d41a9bd35ba61a686ed /source3/Makefile-smbtorture4 | |
parent | 8a07ec7babe728adf8a3d590e4c6e6a5d5f66bcd (diff) | |
download | samba-64adea3d857ac7fcfb86264e877e96a08c7b5aa0.tar.gz samba-64adea3d857ac7fcfb86264e877e96a08c7b5aa0.tar.bz2 samba-64adea3d857ac7fcfb86264e877e96a08c7b5aa0.zip |
s3-test: build smbtorture with --enable-developer
this makes debugging of tests much easier, as we get debug symbols
Diffstat (limited to 'source3/Makefile-smbtorture4')
-rw-r--r-- | source3/Makefile-smbtorture4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile-smbtorture4 b/source3/Makefile-smbtorture4 index 3e23b05663..355c1461c1 100644 --- a/source3/Makefile-smbtorture4 +++ b/source3/Makefile-smbtorture4 @@ -6,7 +6,7 @@ SAMBA4_BINARIES="smbtorture,ndrdump" samba4-configure: @(cd .. && \ CFLAGS='' $(WAF) reconfigure || \ - CFLAGS='' $(WAF) configure --enable-socket-wrapper --enable-nss-wrapper --enable-uid-wrapper --nonshared-binary=$(SAMBA4_BINARIES) --enable-auto-reconfigure --disable-s3build) + CFLAGS='' $(WAF) configure --enable-socket-wrapper --enable-nss-wrapper --enable-uid-wrapper --nonshared-binary=$(SAMBA4_BINARIES) --enable-auto-reconfigure --disable-s3build --enable-developer) .PHONY: samba4-configure |