if [ "${COMPILER}" == "gcc3" ]; then # GCC 3.1 kinda makes arts buggy and prone to crashes when compiled with # these.. Even starting a compile shuts down the arts server filter-flags -fomit-frame-pointer -fstrength-reduce fi we have gcc-3.3.2 stable now ... does this still apply or can we trim this ?
I vote for trim. Will do shortly.
fstrength-reduce is not filtered any more in arts-1.3, fomit-frame-pointer seems to be needed for some reason, see Bug 41980. Closing this bug as fixed.