Linux version building question

in Help Center
Hi!
I can build ICE from source code at Redhat 8.0 successfully, but each lib's filesize I built is much bigger (e.g. libIce.so.2.0.0 got 15636557bytes) than that I downloaded from here. Is there any compile option I missed?
I can build ICE from source code at Redhat 8.0 successfully, but each lib's filesize I built is much bigger (e.g. libIce.so.2.0.0 got 15636557bytes) than that I downloaded from here. Is there any compile option I missed?
0
Comments
To build it with optimization (and no debug info), set the env variable OPTIMIZE to yes (see config/Make.rules).
Cheers,
Bernard
Thank you very much!