compilation fixed

This commit is contained in:
Yehonal 2016-07-10 17:14:06 +02:00
parent a816d11f74
commit 3c517a2b0e
3 changed files with 8 additions and 4 deletions

View file

@ -2,8 +2,11 @@
# set preferred compilers
CCOMPILERC="/usr/bin/clang-3.6"
CCOMPILERCXX="/usr/bin/clang++-3.6"
#CCOMPILERC="/usr/bin/clang-3.6"
#CCOMPILERCXX="/usr/bin/clang++-3.6"
CCOMPILERC="/usr/bin/gcc"
CCOMPILERCC="/usr/bin/gcc"
CCOMPILERCXX="/usr/bin/g++"
# how many thread must be used for compilation ( leave zero to use all available )
MTHREADS=0