瀏覽代碼

Remove the --enable-debug option for configure, it didn't do anything.

Sebastian Hahn 15 年之前
父節點
當前提交
82bba906f4
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      configure.in

+ 0 - 6
configure.in

@@ -19,12 +19,6 @@ fi
 # the += operator on it in src/or/Makefile.am
 CPPFLAGS="$CPPFLAGS -I\${top_srcdir}/src/common"
 
-AC_ARG_ENABLE(debug,
- AS_HELP_STRING(--enable-debug, compile with debugging info),
-[if test x$enableval = xyes; then
-    CFLAGS="$CFLAGS -g"
-fi])
-
 #XXXX ideally, we should make this into a no-op, and detect whether we're
 #compiling for the iphone by using $target.
 AC_ARG_ENABLE(iphone,