diff options
author | Roger Dingledine <arma@torproject.org> | 2003-12-03 09:53:46 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-12-03 09:53:46 +0000 |
commit | 01cf9c2dd8457dc74e714d7e43db6e553b511739 (patch) | |
tree | 8668a2034b7eea43c8cbc3d05eef3dedb457fdb1 /autogen.sh | |
parent | d172fdd300677eb696482e74c92b0352de82fec5 (diff) | |
download | tor-01cf9c2dd8457dc74e714d7e43db6e553b511739.tar.gz tor-01cf9c2dd8457dc74e714d7e43db6e553b511739.zip |
don't --enable-debug by default on ./configure
svn:r877
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 0b1eec9d8a..5b97585997 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,5 @@ #!/bin/sh # Run this to generate all the initial makefiles, etc. aclocal && autoheader && autoconf && automake -./configure --enable-debug +./configure |