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

Collapse All | Expand All

(-)mixxx-9999/build/depends.py (-2 lines)
Lines 587-596 Link Here
587
        if build.toolchain_is_gnu:
587
        if build.toolchain_is_gnu:
588
            # Default GNU Options
588
            # Default GNU Options
589
            # TODO(XXX) always generate debugging info?
589
            # TODO(XXX) always generate debugging info?
590
            build.env.Append(CCFLAGS = '-pipe')
591
            build.env.Append(CCFLAGS = '-Wall')
590
            build.env.Append(CCFLAGS = '-Wall')
592
            build.env.Append(CCFLAGS = '-Wextra')
591
            build.env.Append(CCFLAGS = '-Wextra')
593
            build.env.Append(CCFLAGS = '-g')
594
592
595
            # Check that g++ is present (yeah, SCONS is a bit dumb here)
593
            # Check that g++ is present (yeah, SCONS is a bit dumb here)
596
            if os.system("which g++ > /dev/null"): #Checks for non-zero return code
594
            if os.system("which g++ > /dev/null"): #Checks for non-zero return code

Return to bug 469506