mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-19 23:45:28 +02:00
examples, components: remove C/C++ standard overrides
...where they are not necessary after switching to C17 and C++20.
This commit is contained in:
@@ -25,8 +25,3 @@ idf_component_register(SRCS ${srcs}
|
||||
REQUIRES ${requires}
|
||||
PRIV_REQUIRES ${priv_requires}
|
||||
LDFRAGMENTS linker.lf)
|
||||
|
||||
if(CONFIG_ESP_EVENT_LOOP_PROFILING)
|
||||
# uses C11 atomic feature
|
||||
set_source_files_properties(esp_event.c PROPERTIES COMPILE_FLAGS -std=gnu11)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user