]> granicus.if.org Git - esp-idf/commit
esp32: disable stack protector for startup code (CMake)
authorIvan Grokhotkov <ivan@espressif.com>
Tue, 29 Jan 2019 09:41:00 +0000 (17:41 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Tue, 29 Jan 2019 09:41:00 +0000 (17:41 +0800)
commit70b14bf6157b9192bbb43ffc61a55733061ca2e3
tree18d17ba904066e741134604826559e71beda858a
parent4725364e043156dcb8e99741761a0066030e7e45
esp32: disable stack protector for startup code (CMake)

Files where stack protector is initialized should not be compiled with
stack protector enabled. This was done for Make but missing for CMake.

Fixes https://github.com/espressif/esp-idf/issues/2990.
components/esp32/CMakeLists.txt