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

Collapse All | Expand All

(-)config.org (-3 / +1 lines)
Lines 6766-6774 Link Here
6766
        GCC_FLAGS="$GCC_FLAGS -Wno-unused-parameter"
6766
        GCC_FLAGS="$GCC_FLAGS -Wno-unused-parameter"
6767
6767
6768
    if test "${debug}" = "yes"; then
6768
    if test "${debug}" = "yes"; then
6769
        GCC_FLAGS="$GCC_FLAGS -O0 -g -DDEBUG -Werror"
6769
        GCC_FLAGS="$GCC_FLAGS -DDEBUG -Werror"
6770
    else
6771
        GCC_FLAGS="$GCC_FLAGS -O2"
6772
    fi
6770
    fi
6773
6771
6774
    CFLAGS="$CFLAGS $GCC_FLAGS"
6772
    CFLAGS="$CFLAGS $GCC_FLAGS"

Return to bug 145958