diff options
Diffstat (limited to 'backend/modules/gentoo_catalyst/catalystrc')
-rw-r--r-- | backend/modules/gentoo_catalyst/catalystrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/backend/modules/gentoo_catalyst/catalystrc b/backend/modules/gentoo_catalyst/catalystrc new file mode 100644 index 0000000..581772d --- /dev/null +++ b/backend/modules/gentoo_catalyst/catalystrc @@ -0,0 +1,6 @@ +#!/bin/bash +# This is an example catalystrc. As such, it doesn't actually *do* anything. + +# Uncomment the following to increase the number of threads used to compile. +# export MAKEOPTS="-j16" + |