diff options
| author | Kartik Naik <kartik@bugqore.com> | 2026-08-24 19:14:46 +0530 |
|---|---|---|
| committer | Kartik Naik <kartik@bugqore.com> | 2026-08-24 19:14:46 +0530 |
| commit | 66b2316045444c7dbf91139ae7ebe5f9b96a0a4a (patch) | |
| tree | a6f799ae30676bf9e7a52d218fe3f1e7c9c1142d /.github/scripts | |
| parent | 039aab155b7d704888de096f4d2571683e19b816 (diff) | |
| download | portable-66b2316045444c7dbf91139ae7ebe5f9b96a0a4a.tar.gz portable-66b2316045444c7dbf91139ae7ebe5f9b96a0a4a.tar.bz2 portable-66b2316045444c7dbf91139ae7ebe5f9b96a0a4a.zip | |
cmake: skip relro/now and ssp hardening flags on Emscripten
wasm-ld only warns about unknown -z values, so the -Wl,-z,relro/now
link probes false-positive under emcc and then warn on every link.
The stack protector probe also passes (the probe program has no
protected frame) but real objects fail to link since Emscripten's
libc provides no __stack_chk_guard/__stack_chk_fail; it has its own
stack checks. -fcf-protection already fails its probe cleanly there.
Diffstat (limited to '.github/scripts')
0 files changed, 0 insertions, 0 deletions
