cargo-c icon indicating copy to clipboard operation
cargo-c copied to clipboard

Add option to build without debug symbols

Open tmatth opened this issue 5 years ago • 3 comments

tmatth avatar Nov 14 '19 04:11 tmatth

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 avatar Nov 14 '19 04:11 lu-zero

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 avatar Apr 08 '20 19:04 lu-zero

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

lu-zero avatar Dec 15 '20 07:12 lu-zero