View | Details | Raw Unified | Return to ticket 5335
Collapse All | Expand All

(-)a/auxdir/x_ac_debug.m4 (-3 / +1 lines)
Lines 174-182 AC_DEFUN([X_AC_DEBUG], [ Link Here
174
  else
174
  else
175
    AC_MSG_RESULT([no])
175
    AC_MSG_RESULT([no])
176
  fi
176
  fi
177
  ]
178
177
179
  if test "$x_ac_optimizations" = no; then
178
  if test "$x_ac_optimizations" = no; then
180
    test "$GCC" = yes && CFLAGS="$CFLAGS -O0"
179
    test "$GCC" = yes && CFLAGS="$CFLAGS -O0"
181
  fi
180
  fi
182
)
181
])
183
- 

Return to ticket 5335