oneTBB
oneTBB copied to clipboard
tbb_remove_compile_flag removes part of flag
In Arch Linux, our C/CXXFLAGS contains "-Werror=format-security". Unfortunately when passing -DTBB_STRICT=OFF the first part of the flag got removed by tbb_remove_compile_flag, left only an ill-formatted string =format-security as a flag, resulting in compilation errors.
Fixed by #716, I think.
Yes, the merged patch #716 fixes this issue. Please update your repo. Please let us know if the issue persists for you after the update.
@felixonmars please update your repo to have latest update and feel free to reopen if issue still exists.