mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-30 01:51:09 +02: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.1%
Python
6.9%