diff options
Diffstat (limited to 'source4/configure.nodebug.developer')
-rwxr-xr-x | source4/configure.nodebug.developer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/configure.nodebug.developer b/source4/configure.nodebug.developer index 65e21b4bdf..36741ffb3b 100755 --- a/source4/configure.nodebug.developer +++ b/source4/configure.nodebug.developer @@ -1,3 +1,3 @@ #!/bin/sh CFLAGS="-Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD"; export CFLAGS -./configure $* +./configure "$@" |