summaryrefslogtreecommitdiffstats
path: root/source/configure.developer
diff options
context:
space:
mode:
Diffstat (limited to 'source/configure.developer')
-rwxr-xr-xsource/configure.developer2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/configure.developer b/source/configure.developer
index ab732416f1e..efc6e23fc42 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
+CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD"; export CFLAGS
./configure $*