瀏覽代碼

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

svn:r877
Roger Dingledine 22 年之前
父節點
當前提交
01cf9c2dd8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      autogen.sh

+ 1 - 1
autogen.sh

@@ -1,5 +1,5 @@
 #!/bin/sh
 #!/bin/sh
 # Run this to generate all the initial makefiles, etc.
 # Run this to generate all the initial makefiles, etc.
 aclocal && autoheader && autoconf && automake
 aclocal && autoheader && autoconf && automake
-./configure --enable-debug
+./configure