From fdd3b0412a67e616c40c24b16f301e49be04ec50 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sat, 26 Aug 2006 09:54:19 +0000 Subject: [PATCH] Added optimizations support. --- BLFS/envars.conf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/BLFS/envars.conf b/BLFS/envars.conf index 99f7de9..ea5bebf 100644 --- a/BLFS/envars.conf +++ b/BLFS/envars.conf @@ -63,3 +63,26 @@ export KDE_PREFIX=/usr #export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$KDE_PREFIX/lib/pkgconfig + +#======== Optimizations ============= + +# Global optimization settings can be placed here. This settings can be +# overrided by settings in the packages build scripts. + +# WARNING: The use of build optimizations may be dangerous. +# You should know what you are doing and be sure that the +# optimization settings placed below are what you want. +# It there are build issues or the system doesn't work as +# expected, please rebuild without optimizations before +# asking for support. + +#MAKEFLAGS="-j3" + +#CFLAGS="-O3 -pipe" +#CXXFLAGS=$CFLAGS +#LDFLAGS="-s" + +#OTHER_CFLAGS=$CFLAGS +#OTHER_CXXFLAGS=$CXXFLAGS +#OTHER_LDFLAGS=$LDFLAGS +