make/autoconf/flags-cflags.m4
changeset 57975 a333fdeb8de0
parent 57481 aaa83519e723
child 58665 30a5049a36bb
child 58679 9c3209ff7550
child 58747 c6fd655677ec
--- a/make/autoconf/flags-cflags.m4	Sat Aug 31 09:18:40 2019 -0700
+++ b/make/autoconf/flags-cflags.m4	Fri Aug 30 09:37:41 2019 +0200
@@ -121,11 +121,7 @@
     # -g0 enables debug symbols without disabling inlining.
     CFLAGS_DEBUG_SYMBOLS="-g0 -xs"
   elif test "x$TOOLCHAIN_TYPE" = xxlc; then
-    if test "x$XLC_USES_CLANG" = xtrue; then
-      CFLAGS_DEBUG_SYMBOLS="-g1"
-    else
-      CFLAGS_DEBUG_SYMBOLS="-g"
-    fi
+    CFLAGS_DEBUG_SYMBOLS="-g1"
   elif test "x$TOOLCHAIN_TYPE" = xmicrosoft; then
     CFLAGS_DEBUG_SYMBOLS="-Z7 -d2Zi+"
   fi