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

Collapse All | Expand All

(-)a/src/core/core_module.pro (-1 / +1 lines)
Lines 42-48 LIBS_PRIVATE += $$NINJA_LIB_DIRS $$NINJA Link Here
42
# The Windows and macOS ones from GN does provide a few useful flags however
42
# The Windows and macOS ones from GN does provide a few useful flags however
43
43
44
linux {
44
linux {
45
    QMAKE_LFLAGS += -Wl,--gc-sections -Wl,-O1 -Wl,-z,now
45
    QMAKE_LFLAGS += -Wl,--gc-sections -Wl,-O1 -Wl,-z,now -Wl,-z,noexecstack
46
    # Embedded address sanitizer symbols are undefined and are picked up by the dynamic link loader
46
    # Embedded address sanitizer symbols are undefined and are picked up by the dynamic link loader
47
    # at runtime. Thus we do not to pass the linker flag below, because the linker would complain
47
    # at runtime. Thus we do not to pass the linker flag below, because the linker would complain
48
    # about the undefined sanitizer symbols.
48
    # about the undefined sanitizer symbols.

Return to bug 639388