mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-05-28 17:11:23 +02:00
Do not use FORTIFY as causes out of memory panics.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -511,10 +511,6 @@ function(pico_keys_apply_strict_flags)
|
|||||||
-Werror
|
-Werror
|
||||||
)
|
)
|
||||||
|
|
||||||
if(NOT ENABLE_EMULATION)
|
|
||||||
list(APPEND PICO_KEYS_STRICT_FLAGS -D_FORTIFY_SOURCE=2)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
foreach(src IN LISTS PKAS_SOURCES)
|
foreach(src IN LISTS PKAS_SOURCES)
|
||||||
if(PKAS_FILTER_REGEX)
|
if(PKAS_FILTER_REGEX)
|
||||||
if(NOT src MATCHES "${PKAS_FILTER_REGEX}")
|
if(NOT src MATCHES "${PKAS_FILTER_REGEX}")
|
||||||
|
|||||||
Reference in New Issue
Block a user