Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort out build flags #3

Open
Famicoman opened this issue Mar 13, 2017 · 1 comment
Open

Sort out build flags #3

Famicoman opened this issue Mar 13, 2017 · 1 comment

Comments

@Famicoman
Copy link
Member

I've learned that specifying -marc and -mtune is redundant and -mcpu can be used alone. Explicitly setting -marm is still a good idea as it forces use over -mthumb which supplies backwards compatability for 16-bit platforms.

@darkdrgn2k
Copy link

Some notes
For 64 bit arm boars no parameters are needed as acceleration is automatic.

Also it almost seems like the amount of performance gained by any other flag (if any) is negligible. Simply adding acceleration for arm7 boards is enough. The binary seems to run on any arm7 board.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants