From: Thorsten O. <ad...@th...> - 2025-04-30 08:58:19
|
On Mittwoch, 30. April 2025 10:04:24 CEST WongCK via Freemint-discuss wrote: > seriously? 8.8 MB for just file? Not my fault, i only ported the package ;) Main reason for the size is the magic database. > phclock.prg: skipped 0x9be4 bytes trailer Hm that looks dubious. Looks like something was left behind by strip -s. Could maybe because it tries to call ftruncate on the file, and that is not supported? That would be in a bug in the binutils then. |