Archived

This forum has been archived. Please start a new discussion on GitHub.

Linux version building question

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?

Comments

  • bernard
    bernard Jupiter, FL
    Maybe you built it with debug information?
    To build it with optimization (and no debug info), set the env variable OPTIMIZE to yes (see config/Make.rules).

    Cheers,
    Bernard
  • Originally posted by bernard
    Maybe you built it with debug information?
    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!