Explorar el Código

don't --enable-debug by default on ./configure

svn:r877
Roger Dingledine hace 22 años
padre
commit
01cf9c2dd8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      autogen.sh

+ 1 - 1
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