diff options
author | Tim Schumacher <timschumi@gmx.de> | 2022-10-25 23:53:07 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-11-01 14:49:09 +0000 |
commit | 678db534ff772cb9d35d7edf10af8a9f89ad3638 (patch) | |
tree | 765539a01d0cb93685e08d54dc67476bb9faf1ed /Userland/DevTools/UserspaceEmulator | |
parent | 7834e26ddb6f0205b8a4688b5df339f50803cc48 (diff) | |
download | serenity-678db534ff772cb9d35d7edf10af8a9f89ad3638.zip |
LibC: Properly implement stack protectors
The shared parts are now firmly compiled into LibC instead of being
defined as a static library and then being copied over manually.
The non-shared ("local") parts are kept as a static library that is
linked into each binary on demand.
This finally allows us to support linking with the -fstack-protector
flag, which now replaces the `ssp` target being linked into each binary
accidentally via CMake.
Diffstat (limited to 'Userland/DevTools/UserspaceEmulator')
0 files changed, 0 insertions, 0 deletions