View | Details | Raw Unified
Collapse All | Expand All

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