From 1582046ec59f5a3a07fb38280d7229e499304c94 Mon Sep 17 00:00:00 2001 From: hasufell Date: Mon, 2 Mar 2015 02:11:19 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- paludis/bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/paludis/bashrc b/paludis/bashrc index e49b54a..46b16d7 100644 --- a/paludis/bashrc +++ b/paludis/bashrc @@ -4,6 +4,7 @@ CHOST="x86_64-pc-linux-gnu" CFLAGS="-march=core-avx2 -O2 -pipe -Wall" CXXFLAGS="${CFLAGS}" +LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -lmnl" MAKEOPTS="-j8" I_KNOW_WHAT_I_AM_DOING="yes"