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

CMake Stop forcing OMR_SEPARATE_DEBUG_INFO #9715

Merged
merged 1 commit into from Jun 3, 2020

Conversation

dnakamura
Copy link
Contributor

Setting a cache variable as internal force-overwrites its previous value.
Leaving as a normal set() means that the user is able to override it on
the command line. This is useful when making a local debug build, as
debuggers don't always play nice with the split debug info.

Signed-off-by: Devin Nakamura devinn@ca.ibm.com

Setting a cache variable as internal force-overwrites its previous value.
Leaving as a normal set() means that the user is able to override it on
the command line. This is useful when making a local debug build, as
debuggers don't always play nice with the split debug info.

Signed-off-by: Devin Nakamura <devinn@ca.ibm.com>
@dnakamura
Copy link
Contributor Author

@pshipton can you take a look at this

@pshipton pshipton self-assigned this Jun 3, 2020
@pshipton pshipton merged commit b2978d4 into eclipse-openj9:master Jun 3, 2020
@dnakamura dnakamura deleted the debug_override branch July 20, 2020 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants