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 'preferredtoolarchitecture' API #811

Merged
merged 2 commits into from
Jun 20, 2017

Conversation

tvandijck
Copy link
Contributor

No description provided.

@samsinsane
Copy link
Member

Not overly sure what this is for? Is this a VS2017 thing?

@tvandijck
Copy link
Contributor Author

actually this is a VS2010 and later thing ;)

It makes msbuild use the 64-bit version of cl.exe, link.exe and mspdbsrv.exe.
Which is particularly useful when you are using incredibuild to build. We had instances where the pdb service ran out of memory while linking..

it has pretty minimal documentation, but there is something here:
https://msdn.microsoft.com/en-us/library/ee662426.aspx
and here:
https://stackoverflow.com/questions/19820718/how-to-make-visual-studio-use-the-native-amd64-toolchain

@tvandijck tvandijck force-pushed the preferredtoolarchitecture branch 2 times, most recently from 124c6cc to 6b33e89 Compare June 20, 2017 18:32
@tvandijck tvandijck merged commit 5d141f5 into premake:master Jun 20, 2017
@tvandijck tvandijck deleted the preferredtoolarchitecture branch June 20, 2017 19:46
@samsinsane
Copy link
Member

Haha, yeah I've seen that before, I wonder why I didn't think of that.

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