]> git.ipfire.org Git - ipfire-3.x.git/commit
glibc: Compile with -O2
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 18 Dec 2018 22:35:30 +0000 (22:35 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 18 Dec 2018 22:35:30 +0000 (22:35 +0000)
commit0c55b410c662bf766ba8ca6133279630bf153410
treefe91f8eaed44738794dda9a60642d0c6aeedb8dd
parent9ab36f618b7867e39a828c8c2e2ffa2ea5bfcbd2
glibc: Compile with -O2

Instead of compiling with -O3, we now compile this with -O2
which is the default for the whole system. It looks like binaries
launch and perform a little bit slower than on some other
distributions, but there is no explanation to it.

This change will reduce the size of the libc and sibling libraries
which will hopefully allow to load them faster. Code might potentially
execute slower on some machines, but this impact might be less than
the startup time of the binaries.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
glibc/glibc.nm