Skip to content

Look into new LTO (etc.) flags #446

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

Closed
sej7278 opened this issue Jul 29, 2016 · 2 comments
Closed

Look into new LTO (etc.) flags #446

sej7278 opened this issue Jul 29, 2016 · 2 comments

Comments

@sej7278
Copy link
Collaborator

sej7278 commented Jul 29, 2016

All sorts of new compiler flags seem to have been added in 1.6.10, probably need to compare to ours, figure out what they do and think about merging, along the lines of #442, initially it looks like this lot:

CXXFLAGS: -flto -w -x c++ -E -CC
CFLAGS: -std=gnu11 -flto -fno-fat-lto-objects

-E (preprocess only; do not compile, assemble or link)
-x c++ (specify language is c++)

no idea what -w (lowercase not upper) or -CC do

@sej7278
Copy link
Collaborator Author

sej7278 commented Sep 8, 2016

sej7278 added a commit to sej7278/Arduino-Makefile that referenced this issue Sep 8, 2016
faster code (and apparently build times).

See issue sudar#446
@sej7278 sej7278 mentioned this issue Sep 8, 2016
@sej7278
Copy link
Collaborator Author

sej7278 commented Sep 8, 2016

Fixed in PR #452

@sej7278 sej7278 closed this as completed Sep 8, 2016
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

1 participant