removed CC compiler from conf

This commit is contained in:
Yehonal
2016-08-19 09:30:55 +02:00
parent ab17309f83
commit c36b4f384f

View File

@@ -19,10 +19,8 @@ CONFDIR="$AC_PATH_ROOT/build/etc/"
# set preferred compilers
#CCOMPILERC="/usr/bin/clang-3.6"
#CCOMPILERCC="/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 )