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

Change Makefile to generate/extract symbols files at src/symbols during post-compilation (last step of project build) (only Linux) #12623

Closed
2 tasks done
Tracked by #9911
Dwordcito opened this issue Mar 8, 2022 · 0 comments · Fixed by #12865
Assignees
Labels
module/building Compilation of the core product platform/linux

Comments

@Dwordcito
Copy link
Member

Dwordcito commented Mar 8, 2022

Epic
#9913

Description

This issue aims to extract the symbols (strip) once the generation of the binaries is done, this task is done as long as the variable STRIP_SYMBOLS is true, the output directory of this is wazuh/src/symbols

The default extension for symbols should be .debug

DoD

  • Extract symbol information from recently binary compiled with -g flag into src/symbols
  • Execute the extract information based on STRIP_SYMBOLS variable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module/building Compilation of the core product platform/linux
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants