Closed kobayu858 closed 1 week ago
Thank you for contributing to the Autoware project!
🚧 If your pull request is in progress, switch it to draft mode.
Please ensure:
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 29.93%. Comparing base (
e901751
) to head (462b73d
). Report is 26 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Description
This is a fix based on clang-tidy
clang-diagnostic-ignored-optimization-argument
error.The fno-fat-lto-objects option is exclusive to GCC and cannot be used in Clang.
Therefore, it was explicitly indicated not to be used in the Makefile. There is no change in build time.
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.