-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MSVC project: default solution is now multi core compilation
The problem is that if no .vs folder exist, MSVC picks the first solution alphabetically. This was Build, which will always use full program optimization and make a release zip file. While fully optimized is good, it can take something like 15 times as long to build as standard debug. Now less used solutions will start with z, hence be at the bottom of the list.
- Loading branch information
1 parent
467f88a
commit 8d0a37a
Showing
1 changed file
with
45 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters