File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -649,7 +649,7 @@ macro(nf_setup_target_build_common)
649649
650650 # need to unset several flags for MbedTLS to compile correctly
651651 target_compile_options (mbedtls PRIVATE -Wno-undef -Wno-error=unused-function -Wno-error=discarded-qualifiers -Wno-error=unused-parameter)
652- # -fomit-frame-pointer Can be removed when the issue is resolved: https://github.com/Mbed-TLS/mbedtls/issues/9875
652+ # FIXME: -fomit-frame-pointer should be removed when the issue is resolved: https://github.com/Mbed-TLS/mbedtls/issues/9875
653653 target_compile_options (mbedcrypto PRIVATE -fomit-frame-pointer -Wno-undef -Wno-error=unused-function -Wno-error=discarded-qualifiers -Wno-error=unused-parameter)
654654 target_compile_options (mbedx509 PRIVATE -Wno-undef -Wno-error=unused-function -Wno-error=discarded-qualifiers -Wno-error=unused-parameter)
655655
You can’t perform that action at this time.
0 commit comments