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

Checked in a better fix based on code review #3896

Merged
merged 6 commits into from
Jun 24, 2019
Merged

Checked in a better fix based on code review #3896

merged 6 commits into from
Jun 24, 2019

Conversation

harishsk
Copy link
Contributor

Fixes #3893

The earlier fix was clobbering theCMake defaults. @janvorli suggested a better fix to simply replace the offending flag. This checkin has that fix.

Copy link
Member

@janvorli janvorli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you!

@eerhardt
Copy link
Member

Do we still want/need this change?

add_compile_options(/Zo) # make optimized builds debugging easier. /Zo is the newer documented flag.

Or should that be reverted as well?

src/Native/CMakeLists.txt Outdated Show resolved Hide resolved
src/Native/CMakeLists.txt Outdated Show resolved Hide resolved
@harishsk
Copy link
Contributor Author

@eerhardt I have updated the message. Please take a look.

Copy link
Member

@eerhardt eerhardt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm. Thanks for digging into this issue.

@eerhardt eerhardt merged commit 9cd0b8e into dotnet:master Jun 24, 2019
Dmitry-A pushed a commit to Dmitry-A/machinelearning that referenced this pull request Jul 24, 2019
* Fixed build errors resulting from upgrade to VS2019 compilers

* Added additional message describing the previous fix

* Checked in a better fix based on code review

* Updated message
@ghost ghost locked as resolved and limited conversation to collaborators Mar 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Visual Studio 2019 Building Problem
4 participants