Files
llgo/internal/build
Aofei Sheng 68fa3dadb0 build: replicate macOS -dead_strip optimization on Linux
Added `-fdata-sections` and `-ffunction-sections` compiler flags to work
with `--gc-sections` on Linux. This combination achieves similar dead
code elimination as macOS's `-dead_strip`, reducing binary size and
resolving undefined symbol issues. Ensures consistent optimization
across macOS and Linux builds.
2024-07-30 08:52:29 +08:00
..
2024-06-15 20:46:29 +08:00
2024-06-23 00:48:38 +08:00
2024-07-28 17:01:34 +08:00