21 Apr
2022
21 Apr
'22
05:45
Hi Johannes, with Cargo Version 1.58 you can strip the binary via cargo if you include this into the cargo config: [profile.release] strip = "symbols" However I am not sure if the warning can be omitted as the OBS strips binaries later on by itself? Best regards Jan-Luca