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

Collapse All | Expand All

(-)linden/indra/SConstruct.orig (-1 / +1 lines)
Lines 243-249 Link Here
243
    ##############
243
    ##############
244
244
245
    # Generic GCC flags
245
    # Generic GCC flags
246
    cflags = '-g -pipe -Wall -Wno-reorder -Wno-trigraphs -Wno-sign-compare -Werror -fexceptions '
246
    cflags = '-g -pipe -Wall -Wno-reorder -Wno-trigraphs -Wno-sign-compare -fexceptions '
247
    cxxflags = ''
247
    cxxflags = ''
248
    cppflags = '-D_FORTIFY_SOURCE=2 '
248
    cppflags = '-D_FORTIFY_SOURCE=2 '
249
    if standalone:
249
    if standalone:

Return to bug 127026