mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-01 18:13:48 +00:00
removed CC compiler from conf
This commit is contained in:
@@ -19,10 +19,8 @@ CONFDIR="$AC_PATH_ROOT/build/etc/"
|
|||||||
|
|
||||||
# set preferred compilers
|
# set preferred compilers
|
||||||
#CCOMPILERC="/usr/bin/clang-3.6"
|
#CCOMPILERC="/usr/bin/clang-3.6"
|
||||||
#CCOMPILERCC="/usr/bin/clang-3.6"
|
|
||||||
#CCOMPILERCXX="/usr/bin/clang++-3.6"
|
#CCOMPILERCXX="/usr/bin/clang++-3.6"
|
||||||
CCOMPILERC="/usr/bin/gcc"
|
CCOMPILERC="/usr/bin/gcc"
|
||||||
CCOMPILERCC="/usr/bin/gcc"
|
|
||||||
CCOMPILERCXX="/usr/bin/g++"
|
CCOMPILERCXX="/usr/bin/g++"
|
||||||
|
|
||||||
# how many thread must be used for compilation ( leave zero to use all available )
|
# how many thread must be used for compilation ( leave zero to use all available )
|
||||||
|
|||||||
Reference in New Issue
Block a user