if list_find "$LDFLAGS" "-s"; then
  message "${PROBLEM_COLOR}WARNING: \$LDFLAGS containing strip (-s) option detected.${DEFAULT_COLOR}" &&
  config_query GLIBC_DEBUG "Enable debug build of $SPELL (required for debugging programs with Valgrind)?" y
fi
