<p>From <a href="http://multimedia.cx/eggs/heroic-defender-of-the-stack/">http://multimedia.cx/eggs/heroic-defender-of-the-stack/</a>:<br>
"This has to be compiled with no optimization at all (-O0) or else the compiler will (quite justifiably) optimize away the unused buffer and omit SSP."</p>

<p>We're using -Os (size) as a global flag. I'm going to try building my test package -O0 to see if -fstack-protector will finally apply correctly, then try building a full build to check the final image size with no optimization.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href='https://github.com/opentechinstitute/commotion-router/issues/22#issuecomment-40228094'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/3074564__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjg1NjI3NSwiZGF0YSI6eyJpZCI6MTY0MzQ2NDR9fQ==--2154c1eb63038e410578e09cc68189db00a34369.gif' height='1' width='1'></p>