From: Brian Masney on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2650#note_1526448774
`Module.symvers` was compressed with `-9` but the kernel modules were not compressed with that. I wanted to keep the compression consistent across the spec file. If we add `-9` to the `compression_flags` variable, then it's potentially going to increase the build time since it'll apply that to the kernel modules as well. I don't have any stats on how much, and overall it likely won't matter much. I can go either way with or without the `-9` flag, but I think it should be consistent across the two use cases. _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
