diff options
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 5288117..cc40bf3 100755 --- a/tools/configure +++ b/tools/configure @@ -79,7 +79,7 @@ if [ -z "$debug" ]; then debug="DEBUG=1" ;; *) - debug="" + debug="NODEBUG=1" ;; esac |