linux_*_hardened: don't set FORTIFY_SOURCE
Upstreamed in anthraxx/linux-hardened@d12c0d5f0c.
This commit is contained in:
parent
ed89b5b3f1
commit
7fdfe5381d
@ -82,7 +82,4 @@ assert (versionAtLeast version "4.9");
|
|||||||
CC_STACKPROTECTOR_REGULAR = whenOlder "4.18" no;
|
CC_STACKPROTECTOR_REGULAR = whenOlder "4.18" no;
|
||||||
CC_STACKPROTECTOR_STRONG = whenOlder "4.18" yes;
|
CC_STACKPROTECTOR_STRONG = whenOlder "4.18" yes;
|
||||||
|
|
||||||
# Enable compile/run-time buffer overflow detection ala glibc's _FORTIFY_SOURCE
|
|
||||||
FORTIFY_SOURCE = whenAtLeast "4.13" yes;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user