Binary-size wise libgeany.so size looks this way:
17942824 before 18533832 after
I guess that's with default -O2
and -g
without stripping symbols?
Here's what I get with different options (always using make install-strip
):
Master branch w/ '-O4': 2.8 MB
This branch w/ '-O4': 3.0 MB
This branch w/ '-O4 -flto': 2.8 MB
This branch w/ '-O4 -flto -fwhole-program': 2.9 MB
This branch w/ '-Os -flto': 2.6 MB
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.