This is temporary fix to sort-out problems with yasm to profile runtime dependency
@@ -4134,7 +4134,6 @@ macro NO_SANITIZE_COVERAGE() {
###
### Disable heavyweight clang coverage for the module. Clang coverage instrumentation is enabled by the --clang-coverage option.
macro NO_CLANG_COVERAGE() {
- DISABLE(NEED_PROFILE_RUNTIME)
DISABLE(CLANG_COVERAGE)
}
@@ -34,6 +34,8 @@ ENDIF()
NO_CLANG_COVERAGE()
+DISABLE(NEED_PROFILE_RUNTIME)
+
NO_COMPILER_WARNINGS()
NO_RUNTIME()