Changeg CFLAGS to make smaller exes

This commit is contained in:
Albert Hopkins 2010-10-07 07:39:21 -04:00
parent 7cf0f4ecf2
commit 246a576544

View File

@ -1,5 +1,5 @@
CFLAGS="-O2 -pipe"
CXXFLAGS="-O2 -pipe"
CFLAGS="-Os -pipe"
CXXFLAGS="-Os -pipe"
CHOST="x86_64-pc-linux-gnu"
MAKEOPTS="-j2"
USE="-* nptl pam unicode"