소스 검색

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
 # Run this to generate all the initial makefiles, etc.
 aclocal && autoheader && autoconf && automake
-./configure --enable-debug
+./configure