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

add some more GCC args that indicate profiling #309

Merged
merged 1 commit into from
Sep 30, 2018
Merged

add some more GCC args that indicate profiling #309

merged 1 commit into from
Sep 30, 2018

Conversation

stefantalpalaru
Copy link
Contributor

Relevant documentation:
https://gcc.gnu.org/onlinedocs/gcc/Instrumentation-Options.html
https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html

Also relevant is the need to avoid remote compilation when the compiler
might try to use a .gcda file generated locally during a profiling run
(common occurrence during profile-guided optimisation).

Relevant documentation:
https://gcc.gnu.org/onlinedocs/gcc/Instrumentation-Options.html
https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html

Also relevant is the need to avoid remote compilation when the compiler
might try to use a .gcda file generated locally during a profiling run
(common occurrence during profile-guided optimisation).
@shawnl shawnl merged commit 020d04e into distcc:master Sep 30, 2018
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

Successfully merging this pull request may close these issues.

2 participants