Files
bun.sh/cmake/targets
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
..
2025-04-21 23:28:03 -07:00
2024-12-12 03:21:56 -08:00
2024-09-13 15:58:22 -07:00
2025-06-12 14:20:28 -07:00
2025-06-12 14:20:28 -07:00