https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123224
Bug ID: 123224
Summary: -fno-stack-protector doesn't work while linking
Product: gcc
Version: 15.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: driver
Assignee: unassigned at gcc dot gnu.org
Reporter: ossman at cendio dot se
Target Milestone: ---
The argument -fno-stack-protector doesn't seem to have any effect during
linking. It doesn't cancel out -fstack-protector and gcc still specifies -lssp
to the linker.
Wanted to use this as a convenient workaround for PR123220, but will apparently
need to do something more clever.