[Github-comments] [geany/geany] Sync ctags main part (#1263)
Matthew Brush
notifications at xxxxx
Sun Oct 16 18:04:51 UTC 2016
> 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 or view it on GitHub:
https://github.com/geany/geany/pull/1263#issuecomment-254063029
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20161016/f09e3638/attachment.html>
More information about the Github-comments
mailing list