mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-22 19:11:35 +01:00
With `--strip-unneeded` some static symbols are also stripped from modules, making stacktraces incomplete, and making it harder to debug kernel issues. Switch to the default setting of `--strip-debug`, which keeps symbols intact and does not appear to lead to a measurable size increase of the /usr partition.
Description
Languages
Shell
93%
Python
6.9%