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 cmake option DART_MSVC_DEFAULT_OPTIONS for Visual Studio build #543

Merged
merged 6 commits into from
Nov 6, 2015

Conversation

jslee02
Copy link
Member

@jslee02 jslee02 commented Nov 3, 2015

We have optimized build options of Visual Studio to find best ones for DART. However, the customized options seems to increase the build time so that it can not pass AppVeyor build tests: every build should be done within 1 hour, which is allowed to a testing project.

This pull request adds an cmake option that builds DART with reduced version of custom options so that the build time is reduced. This option is only turned on for AppVeyor tests, and, by default, this option is set to off so the default behavior wouldn't be changed from the previous.

@jslee02 jslee02 added this to the DART 5.1.1 milestone Nov 3, 2015
@jslee02
Copy link
Member Author

jslee02 commented Nov 5, 2015

Waiting for AppVeyor to be happy before merging.

jslee02 added a commit that referenced this pull request Nov 6, 2015
Add cmake option DART_MSVC_DEFAULT_OPTIONS for Visual Studio build
@jslee02 jslee02 merged commit 2f49a25 into release-5.1 Nov 6, 2015
@jslee02 jslee02 deleted the appveyor_msvc_default_options branch November 6, 2015 03:06
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.

1 participant