summaryrefslogtreecommitdiff
blob: 9aaa1d61996b306274c39fe19517045575e14f26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
don't override user cflags

--- a/configure
+++ b/configure
@@ -2995,10 +2995,6 @@ fi
 # End of CC checks
 # After here, no more $cc or $ld runs
 
-if test "$debug" = "no" ; then
-  CFLAGS="-O2 -D_FORTIFY_SOURCE=2 $CFLAGS"
-fi
-
 # Disable zero malloc errors for official releases unless explicitly told to
 # enable/disable
 if test -z "$zero_malloc" ; then