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

Collapse All | Expand All

(-)wormux-0.7/configure.orig (-3 / +1 lines)
Lines 6752-6760 Link Here
6752
        GCC_FLAGS="$GCC_FLAGS -Wno-unused-parameter"
6752
        GCC_FLAGS="$GCC_FLAGS -Wno-unused-parameter"
6753
6753
6754
    if test "${debug}" = "yes"; then
6754
    if test "${debug}" = "yes"; then
6755
        GCC_FLAGS="$GCC_FLAGS -O0 -g -DDEBUG"
6755
        GCC_FLAGS="$GCC_FLAGS -DDEBUG"
6756
    else
6757
        GCC_FLAGS="$GCC_FLAGS -O2"
6758
    fi
6756
    fi
6759
6757
6760
    CFLAGS="$CFLAGS $GCC_FLAGS"
6758
    CFLAGS="$CFLAGS $GCC_FLAGS"

Return to bug 119425