From 246a576544097405c6b7a716b4db8c6f988b16ff Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Thu, 7 Oct 2010 07:39:21 -0400 Subject: [PATCH] Changeg CFLAGS to make smaller exes --- make.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"