summaryrefslogtreecommitdiff
blob: 8768164cfa635d8a4b5a4cc5a1082db570eae028 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/configure.ac
+++ b/configure.ac
@@ -38,9 +38,6 @@
 AC_PROG_CC
 AC_PROG_AWK
 
-# Delete -g as we handle debug info at build time
-CFLAGS=`echo "$CFLAGS" | sed 's/\(^\| \+\)-g[[0-9]]*//' 2>/dev/null`
-
 # Helper to check by pkgconfig including local paths
 function pkgconfig_check()
 {