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

Commits on May 27, 2020

  1. CMake Stop forcing OMR_SEPARATE_DEBUG_INFO

    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 committed May 27, 2020
    Configuration menu
    Copy the full SHA
    4eb40a4 View commit details
    Browse the repository at this point in the history