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

Configure debug info to DWARF v4. #82

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Sep 12, 2023

  1. Set debug DWARF v4 & rm usage of CMAKE_<LANG>_FLAGS_<CONFIG>_INIT.

    The _INIT variables were introduced in CMake 3.11, and this
    project currently supports 3.6+.
    
    The CMAKE_<LANG>_FLAGS_<CONFIG> are reset here instead of using
    _INIT, as we want these to be the starting values, overwritting
    any CMake defaults.
    
    Debug info set to DWARF v4 because some tooling does not process
    v5 yet.
    microbit-carlos committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    fdc9faa View commit details
    Browse the repository at this point in the history