core: use -O2 instead of -O0 for building the bundled libraries
commiteabfe8e8b3f4e349f554bf27251234574584a7ef
authorMichał Januszewski <spock@gentoo.org>
Thu, 17 Apr 2008 13:01:42 +0000 (17 15:01 +0200)
committerMichał Januszewski <spock@gentoo.org>
Thu, 17 Apr 2008 13:01:42 +0000 (17 15:01 +0200)
treebfcc9d8a6027fc3048c54ba49b55242a3a3672ac
parentdc42cab09ebda5a397b1870c8cbf2e7040ed4283
core: use -O2 instead of -O0 for building the bundled libraries

-Os seems to generate a segfaulting fbcondecor_helper binary with gcc 4.3.0.
(the segfault occurs in a freetype function).  Switch to -O2 until this
problem is fixed.
core/libs/Makefile.am