diff options
Diffstat (limited to 'xi_profile.sh')
-rw-r--r-- | xi_profile.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xi_profile.sh b/xi_profile.sh index 93453cd..10a9c9a 100644 --- a/xi_profile.sh +++ b/xi_profile.sh @@ -1,6 +1,6 @@ -export CC="clang" -export CXX="clang++" -export LD="clang" +#export CC="clang" +#export CXX="clang++" +#export LD="clang" export JOBS=$(grep "processor" /proc/cpuinfo | wc -l) export MAKEFLAGS=-j$JOBS |