mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
Currently, the generic compile_options are ignored because they are unset after retrieving the build property. To fix this, avoid explicitly setting compile_options, as this variable is initialized with the idf_build_get_property(compile_options ...) call. Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>