--enable-amalgamation
authorbarbieri <barbieri>
Mon, 7 Sep 2009 05:54:42 +0000 (05:54 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 7 Sep 2009 05:54:42 +0000 (05:54 +0000)
commit2c7e4a7399ca634bfe6e5ae32b59489aa098e49f
tree0f182c2ea3ea7c523c03949f5b1b321bb11727ff
parent319dee5880a90e59c5bd1972e61fc59afd611ad0
--enable-amalgamation

This will concatenate all source files in the hope compiler will do a
better job. On my test with static/built in mempools it saves me 4k, I
guess some intra module calls can be saved.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@42315 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
configure.ac
src/lib/Makefile.am
src/modules/mp/chained_pool/eina_chained_mempool.c
src/modules/mp/ememoa_fixed/eina_ememoa_fixed.c
src/modules/mp/ememoa_unknown/eina_ememoa_unknown.c
src/modules/mp/fixed_bitmap/eina_fixed_bitmap.c
src/modules/mp/pass_through/eina_pass_through.c