Page MenuHomeFreeBSD

arm: Use -O2 instead of -O as optimization flag
ClosedPublic

Authored by diizzy on Jul 21 2019, 10:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 27, 8:57 AM
Unknown Object (File)
Wed, Dec 18, 9:28 PM
Unknown Object (File)
Sep 20 2024, 9:18 PM
Unknown Object (File)
Sep 14 2024, 11:38 AM
Unknown Object (File)
Sep 12 2024, 1:41 AM
Unknown Object (File)
Sep 12 2024, 1:41 AM
Unknown Object (File)
Sep 12 2024, 1:41 AM
Unknown Object (File)
Sep 12 2024, 1:37 AM

Details

Summary

When using Clang -O is equivalent to -O2, change it -O2 to make it consistent with other platforms.
Reference: https://clang.llvm.org/docs/ClangCommandLineReference.html#optimization-level

Test Plan

Tested on armv7, Orange Pi PC

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Seems reasonable. Was originally introduced in rS173375 but Clang is the default compiler and we can assume that contemporary GCC won't have "the -O2 issues."

This revision is now accepted and ready to land.Jul 22 2019, 1:42 AM
This revision was automatically updated to reflect the committed changes.