#!/bin/bash
# for default integration copy this to .bashrc


# builds pp-wrapper-gcc with distcc
export USE_DISTCC=1

# list of hosts running distccd
export DISTCC_HOSTS="localhost bifrost banshee"

# for paralell compilation in pp_build_default
export MAKEOPTS="-j8"


