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

fix Issue 20391 - [REG 2.089] DMD compile times increased by 40% beca… #10721

Merged
merged 1 commit into from
Jan 13, 2020

Conversation

rainers
Copy link
Member

@rainers rainers commented Jan 13, 2020

…use ENABLE_RELEASE=0 in build

build release with ENABLE_RELEASE=1

The release uses target "dmd" to build dmd.exe.

The other nearby targets profile and trace probably don't work, too, but leave that for another PR.

@dlang-bot
Copy link
Contributor

Thanks for your pull request, @rainers!

Bugzilla references

Auto-close Bugzilla Severity Description
20391 regression [REG 2.089] DMD compile times increased by 40% because ENABLE_RELEASE=0 in build

Testing this PR locally

If you don't have a local development environment setup, you can use Digger to test this PR:

dub fetch digger
dub run digger -- build "stable + dmd#10721"

…use ENABLE_RELEASE=0 in build

build release with ENABLE_RELEASE=1
@atilaneves atilaneves merged commit 9cc6485 into dlang:stable Jan 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants