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

Replace RelWithDebInfo builds with Release builds #3040

Merged
merged 1 commit into from
Aug 18, 2024

Commits on Aug 8, 2024

  1. Revert "Generate builds with RelWithDebInfo instead of Release (S…

    …uperTux#2963)"
    
    This reverts commit 7302e4b.
    
    RelWithDebInfo include debug data separately from the executable, which needs
    a debugger to be interpreted properly. The debug data does not affect stack
    traces generated by the program itself, but increases the executable by more
    than 100Mb, which is wasted if the user does not intent to run the exectuable
    inside a debugger.
    Semphris committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    2a1ef6d View commit details
    Browse the repository at this point in the history