Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 390981 | Differences between
and this patch

Collapse All | Expand All

(-)SConstruct.bak (-1 / +1 lines)
Lines 691-697 Link Here
691
    env.Append( CPPFLAGS="-fPIC -fno-strict-aliasing -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch" )
691
    env.Append( CPPFLAGS="-fPIC -fno-strict-aliasing -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch" )
692
    # env.Append( " -Wconversion" ) TODO: this doesn't really work yet
692
    # env.Append( " -Wconversion" ) TODO: this doesn't really work yet
693
    if linux:
693
    if linux:
694
        env.Append( CPPFLAGS=" -Werror " )
694
        # env.Append( CPPFLAGS=" -Werror " )
695
        if not has_option('clang'): 
695
        if not has_option('clang'): 
696
            env.Append( CPPFLAGS=" -fno-builtin-memcmp " ) # glibc's memcmp is faster than gcc's
696
            env.Append( CPPFLAGS=" -fno-builtin-memcmp " ) # glibc's memcmp is faster than gcc's
697
697

Return to bug 390981