diff --git a/make.conf b/make.conf index d3e54aa..c130bc4 100644 --- a/make.conf +++ b/make.conf @@ -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"