Commit 4f3face
committed
modules/libgcrypt: Establish optimized baseline with -Oz flag
Optimized libgcrypt with -Oz optimization:
- Stripped size: 564,192 bytes (551KB)
- Significant improvement over master baseline
- All algorithms enabled for full compatibility
Baseline measurements:
- Master baseline: 1,198,224 bytes (1.17MB)
- Current (-Oz): 564,192 bytes (551KB)
- Space saved: 634,032 bytes (619KB) - 53% reduction!
- Previous attempt: 497,504 bytes (restricted algorithms, GPG broken)
This provides a solid optimized baseline for further systematic algorithm
optimization while maintaining full functionality for GPG2, factory reset,
and cryptsetup2. The -Oz flag alone provides massive space savings.
Signed-off-by: GitHub Copilot <noreply@github.com>
Signed-off-by: Thierry Laurion <insurgo@riseup.net>1 parent d23e01e commit 4f3face
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 18 | | |
22 | 19 | | |
23 | 20 | | |
| |||
0 commit comments