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)
Dec 27 2023, 2:35 AM
Unknown Object (File)
Dec 22 2023, 9:34 PM
Unknown Object (File)
Sep 16 2023, 8:47 PM
Unknown Object (File)
Sep 16 2023, 8:46 PM
Unknown Object (File)
Sep 11 2023, 6:31 PM
Unknown Object (File)
Sep 6 2023, 8:31 PM
Unknown Object (File)
Sep 1 2023, 2:14 PM
Unknown Object (File)
Aug 2 2023, 6:16 PM

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.