compilation fixed
This commit is contained in:
parent
a816d11f74
commit
3c517a2b0e
3 changed files with 8 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue