aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKartik Naik <kartik@bugqore.com>2026-08-24 19:14:46 +0530
committerKartik Naik <kartik@bugqore.com>2026-08-24 19:14:46 +0530
commit66b2316045444c7dbf91139ae7ebe5f9b96a0a4a (patch)
treea6f799ae30676bf9e7a52d218fe3f1e7c9c1142d /include
parent039aab155b7d704888de096f4d2571683e19b816 (diff)
downloadportable-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 'include')
0 files changed, 0 insertions, 0 deletions