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)
Wed, Oct 15, 12:14 PM
Unknown Object (File)
Sat, Oct 11, 5:40 PM
Unknown Object (File)
Tue, Sep 30, 7:45 AM
Unknown Object (File)
Sun, Sep 28, 12:09 PM
Unknown Object (File)
Sat, Sep 27, 3:49 PM
Unknown Object (File)
Sat, Sep 27, 8:47 AM
Unknown Object (File)
Sat, Sep 27, 6:50 AM
Unknown Object (File)
Sat, Sep 27, 6:26 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.