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
F135263492: D21021.id60017.diff
Sat, Nov 8, 2:38 AM
Unknown Object (File)
Tue, Oct 28, 1:21 AM
Unknown Object (File)
Sun, Oct 26, 11:42 AM
Unknown Object (File)
Sun, Oct 26, 11:42 AM
Unknown Object (File)
Sun, Oct 26, 11:42 AM
Unknown Object (File)
Sun, Oct 26, 5:11 AM
Unknown Object (File)
Wed, Oct 15, 12:14 PM
Unknown Object (File)
Sat, Oct 11, 5:40 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.