diff options
Diffstat (limited to 'source3/configure.developer')
-rwxr-xr-x | source3/configure.developer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.developer b/source3/configure.developer index c3856889ea..fbd7c99533 100755 --- a/source3/configure.developer +++ b/source3/configure.developer @@ -1,4 +1,4 @@ #!/bin/sh -CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD -DDEVELOPER" +CFLAGS="$CFLAGS -g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD -DDEVELOPER" export CFLAGS `dirname $0`/configure $* |