summaryrefslogtreecommitdiff
blob: 65d1933531c6716edcaa542d4e236ce370e76c19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- bindfs-1.10.7/configure.ac
+++ bindfs-1.10.7/configure.ac
@@ -15,13 +15,6 @@
 AC_ARG_WITH([core-foundation],
 	AS_HELP_STRING([--with-core-foundation], [link against Core Foundation (OS X only) @<:@default=no@:>@]))
 
-
-if test x"$enable_debug" == "xyes" ; then
-	my_CFLAGS="-g -O0"
-else
-	my_CFLAGS="-O2"
-fi
-
 if test x"$enable_debug_output" == "xyes" ; then
 	AC_DEFINE([BINDFS_DEBUG], [1], [Define to 1 to enable debugging messages])
 fi