summaryrefslogtreecommitdiff
path: root/source3/Makefile-smbtorture4
diff options
context:
space:
mode:
Diffstat (limited to 'source3/Makefile-smbtorture4')
-rw-r--r--source3/Makefile-smbtorture42
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile-smbtorture4 b/source3/Makefile-smbtorture4
index faf9719cc4..4a60a58bfd 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 --enable-debug)
+ CFLAGS='' $(WAF) configure --enable-socket-wrapper --enable-nss-wrapper --enable-uid-wrapper --nonshared-binary=$(SAMBA4_BINARIES) --enable-auto-reconfigure --abi-check-disable --enable-developer)
.PHONY: samba4-configure