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

Suggest -Zrun-dsymutil=no for faster compilation on macOS #527

Closed
bjorn3 opened this issue Sep 20, 2020 · 1 comment · Fixed by #552
Closed

Suggest -Zrun-dsymutil=no for faster compilation on macOS #527

bjorn3 opened this issue Sep 20, 2020 · 1 comment · Fixed by #552
Labels
A-Build-System Related to build systems or continuous integration C-Docs An addition or correction to our documentation C-Performance A change motivated by improving speed, memory usage or compile times O-MacOS Specific to the MacOS (Apple) desktop operating system

Comments

@bjorn3
Copy link
Contributor

bjorn3 commented Sep 20, 2020

It prevents building a .dSYM file. Instead the original object files are not deleted, so debuginfo is still available.

@memoryruins memoryruins added the C-Docs An addition or correction to our documentation label Sep 20, 2020
@karroffel karroffel added A-Build-System Related to build systems or continuous integration C-Performance A change motivated by improving speed, memory usage or compile times O-MacOS Specific to the MacOS (Apple) desktop operating system labels Sep 20, 2020
@CleanCut
Copy link
Member

Nice suggestion, @bjorn3! I reviewed @lberrymage's pull request #552 which added this and saw massive speedups in incremental compilation in debug mode on macOS!

@cart cart closed this as completed in #552 Sep 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Build-System Related to build systems or continuous integration C-Docs An addition or correction to our documentation C-Performance A change motivated by improving speed, memory usage or compile times O-MacOS Specific to the MacOS (Apple) desktop operating system
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants