Skip Menu |

This queue is for tickets about the Math-GSL CPAN distribution.

Report information
The Basics
Id: 38370
Status: resolved
Priority: 0/
Queue: Math-GSL

People
Owner: jonathan [...] leto.net
Requestors: sisyphus [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.07
Fixed in: (no value)



Subject: No stripping of symbols on Win32
It's hardly a bug, but adding the "-s" switch on Win32 (gcc compiler) reduces the size of blib from about 45 mb to approx 12 mb. On my linux box the size of the blib was only about 8 mb anyway - so it's likely this applies only to Win32. To reduce the size of the dll's, in Build.PL's sub link_c(), immediately beneath the line of code that assigns values to @ld, I inserted: push @ld, "-s" if ($^O =~ /MSWin32/i && $Config{cc} eq 'gcc'); Cheers, Rob
This has been fixed as of 0.12.