diff options
Diffstat (limited to 'source/configure.developer')
-rwxr-xr-x | source/configure.developer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/configure.developer b/source/configure.developer index 5b7785101c8..91fc5021d98 100755 --- a/source/configure.developer +++ b/source/configure.developer @@ -1,3 +1,3 @@ #!/bin/sh -CFLAGS="-g -O2 -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD"; export CFLAGS +export CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align" ./configure |