]> 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>
Wed, 13 Feb 2019 02:27:22 +0000 (10:27 +0800)
commit1e674fb4ed5d89916c8662f6720811c684448018
tree9961fab2a2578c60698210284636a302a78f9022
parent3660ccac4c8242438909e833d5d2fea6df163704
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