commit | da12924f95c7dcfb2bb6253210150246236640d1 | [log] [tgz] |
---|---|---|
author | Simon South <simon@simonsouth.net> | Sun Oct 20 13:54:32 2019 -0400 |
committer | Simon South <simon@simonsouth.net> | Sun Oct 20 14:59:09 2019 -0400 |
tree | 52b47bf5d12e9877e4ce937f7e0cd7ffcd36508c | |
parent | 12f19fe99699c8a9ac7aa4138b5b64696b76375b [diff] |
Disable stack protection explicitly Explicitly disable stack protection via the "-fno-stack-protector" compiler option when the ENABLE_STACK_PROTECTOR build option is set to "none" (the default). This allows the build to complete without link errors on systems where stack protection is enabled by default in the compiler. Change-Id: I0a676aa672815235894fb2cd05fa2b196fabb972 Signed-off-by: Simon South <simon@simonsouth.net>