Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 466216
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +1 lines)
Line  Link Here
0
-- Tools/qmake/mkspecs/features/unix/default_post.prf
0
++ Tools/qmake/mkspecs/features/unix/default_post.prf
Lines 60-67 Link Here
60
    }
60
    }
61
}
61
}
62
62
63
contains(TEMPLATE, app): CONFIG += rpath
64
65
CONFIG(debug, debug|release)|force_debug_info|separate_debug_info {
63
CONFIG(debug, debug|release)|force_debug_info|separate_debug_info {
66
    # Make ld not cache the symbol tables of input files in memory to avoid memory exhaustion during the linking phase.
64
    # Make ld not cache the symbol tables of input files in memory to avoid memory exhaustion during the linking phase.
67
    !force_static_libs_as_shared:config_gnuld: QMAKE_LFLAGS += -Wl,--no-keep-memory
65
    !force_static_libs_as_shared:config_gnuld: QMAKE_LFLAGS += -Wl,--no-keep-memory

Return to bug 466216