summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 5ddd570..eca3ddf 100644
--- a/bashrc
+++ b/bashrc
@@ -79,6 +79,8 @@ export CFLAGS="-O2 -march=native -fomit-frame-pointer -DNDEBUG -ftree-vectorize"
export CXXFLAGS="$CFLAGS"
export GTK_IM_MODULE="xim"
export EDITOR="emacsclient"
+export CXX=/usr/lib/ccache/g++-6
+export CC=/usr/lib/ccache/gcc-6
# colorize man
man() {