Files
bun.sh/cmake
Claude Bot eb2113b17d fix(cmake): reduce noise in debug build linker flags on Linux
Move optimization-focused linker flags to release builds only:
- --icf=safe: identical code folding for size optimization
- -O2: enable string tail merging optimization
- -z,combreloc: combine relocations for faster loading

Keep debugging-related flags in all builds:
- --compress-debug-sections=zlib: compress debug sections for smaller files
- --gdb-index: faster debug symbol loading in GDB

This reduces verbose linker output and link times in debug builds
while preserving essential debugging functionality.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-12 05:31:11 +00:00
..
2024-11-15 21:01:55 -08:00
2025-05-31 16:21:08 -07:00