mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
d782a2c4eb
Add idf_build_get_compile_options() to aggregate COMPILE_OPTIONS, C_COMPILE_OPTIONS, CXX_COMPILE_OPTIONS, and ASM_COMPILE_OPTIONS build properties with generator expressions. Replace internal __get_compile_options(OUTPUT ...) usage in idf_component_register and idf_component_include with the new public function.