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

build: do not include debug symbols by default #410

Closed
wants to merge 2 commits into from
Closed

build: do not include debug symbols by default #410

wants to merge 2 commits into from

Commits on Jul 31, 2023

  1. build: do not include debug symbols by default

    By default debug symbols are included into the hirte
    binaries. It should included only for development and tests.
    
    GitHub-Issue: #409
    
    Signed-off-by: Douglas Schilling Landgraf <[email protected]>
    dougsland committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    9627a26 View commit details
    Browse the repository at this point in the history
  2. make: add debug target

    Just a quick target to use a sed command to include the
    debug sysmbols and call build target (meson).
    
    Signed-off-by: Douglas Schilling Landgraf <[email protected]>
    dougsland committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    fa6466b View commit details
    Browse the repository at this point in the history