changeset in /hg/icedtea6: 2008-04-21 Christan Thalinger <twis...
Christian Thalinger
twisti at complang.tuwien.ac.at
Mon Apr 21 08:16:23 PDT 2008
On Mon, 2008-04-21 at 15:13 +0000, Christian Thalinger wrote:
> changeset 354b5ff4f988 in /hg/icedtea6
> details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=354b5ff4f988
> description:
> 2008-04-21 Christan Thalinger <twisti at complang.tuwien.ac.at>
>
> * acinclude.m4 (ENABLE_FAST_BUILD): Removed.
> (ENABLE_OPTIMIZATIONS): New function.
> * configure.ac (ENABLE_FAST_BUILD): Removed call.
> (ENABLE_OPTIMIZATIONS): Added call.
> * Makefile.am [!ENABLE_OPTIMIZATIONS] (ICEDTEA_ENV): Set
> NO_OPTIMIZATIONS and CC_NO_OPT.
> (FAST_BUILD_PATCH): Removed.
> (ICEDTEA_PATCHES): Removed FAST_BUILD_PATCH.
> * Makefile.in, configure: Regenerated.
> * patches/icedtea-speed.patch: Removed.
This changeset adds an option:
--disable-optimizations
which turns on "-O0 -g" for all libraries that are built. And the good
thing about this is, it only uses OpenJDK variables, so we don't have to
patch the code. And it works.
- twisti
More information about the distro-pkg-dev
mailing list