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

Add option to build without debug symbols #41

Open
tmatth opened this issue Nov 14, 2019 · 3 comments
Open

Add option to build without debug symbols #41

tmatth opened this issue Nov 14, 2019 · 3 comments
Labels
D-Medium A task that takes 4 hours to complete enhancement New feature or request help wanted Extra attention is needed

Comments

@tmatth
Copy link

tmatth commented Nov 14, 2019

No description provided.

@lu-zero lu-zero added D-Hard A task that takes serveral days to complete enhancement New feature or request help wanted Extra attention is needed labels Nov 14, 2019
@lu-zero
Copy link
Owner

lu-zero commented Nov 14, 2019

It depends on the main project settings (e.g. rav1e always produce debug symbols), changing it would require to edit the cargo toml or use cargo-as-a-library and do something even more ugly.

@lu-zero lu-zero added D-Medium A task that takes 4 hours to complete and removed D-Hard A task that takes serveral days to complete labels Apr 4, 2020
@lu-zero
Copy link
Owner

lu-zero commented Apr 8, 2020

We now use cargo-as-a-library, it is still quite ugly to do an override, but the same way used in normal cargo should work (should be tested)

@lu-zero
Copy link
Owner

lu-zero commented Dec 15, 2020

Probably would be good to start discussing with upstream cargo about supporting debug=split and/or override the profiles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
D-Medium A task that takes 4 hours to complete enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants