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

debug and release triple build to same size #1

Closed
nbsn2 opened this issue Sep 17, 2017 · 2 comments
Closed

debug and release triple build to same size #1

nbsn2 opened this issue Sep 17, 2017 · 2 comments
Labels

Comments

@nbsn2
Copy link

nbsn2 commented Sep 17, 2017

Normally the debug triple build directory size is 17G. The release triple build directory size is 3G.

But if using

 .\scripts\Initialize-BuildEnv.ps1
build

will result in same 17G size.

@smaillet smaillet added the bug label Sep 22, 2017
@smaillet
Copy link
Member

Yeah, something is wrong with passing args to the MSVC Ninja build, it's definitely generating more than is desired and into locations that are quite unexpected. On the plus side it is MUCH faster so once this is resolved it just might make a build in AppVeyor work... (I keep hoping as that would make things easier)

@smaillet
Copy link
Member

It is worth pointing out that once you have the nupkg files you can delete everything else.

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

No branches or pull requests

2 participants