summaryrefslogtreecommitdiff
path: root/lib/uid_wrapper
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2015-08-10 12:40:13 +1200
committerMichael Adam <obnox@samba.org>2015-10-16 16:36:22 +0200
commit2bad085305f8ddad5e46a567c63a244362699187 (patch)
treec134303722be0dcbb309f8eea284112713af5d66 /lib/uid_wrapper
parent8bb44c53b49b1131c5d3ff3b3eb0f5c635519fb5 (diff)
downloadsamba-2bad085305f8ddad5e46a567c63a244362699187.tar.gz
build: Build *_wrapper without -DNDEBUG for in-tree use
These binaires are not installed, so are only used in make test, and there we need debug output. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Fri Oct 16 16:36:22 CEST 2015 on sn-devel-104
Diffstat (limited to 'lib/uid_wrapper')
-rw-r--r--lib/uid_wrapper/wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/uid_wrapper/wscript b/lib/uid_wrapper/wscript
index 8e3950fa5a8..9cdc069ed18 100644
--- a/lib/uid_wrapper/wscript
+++ b/lib/uid_wrapper/wscript
@@ -125,7 +125,6 @@ def build(bld):
# breaks preloading!
bld.SAMBA_LIBRARY('uid_wrapper',
source='uid_wrapper.c',
- cflags='-DNDEBUG',
deps='dl',
install=False,
realname='libuid-wrapper.so')