mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-04 22:07:52 +00:00
[CMAKE] More compatible definitions
This commit is contained in:
@@ -28,20 +28,20 @@ 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 )
|
||||||
MTHREADS=0
|
MTHREADS=0
|
||||||
# enable/disable warnings during compilation
|
# enable/disable warnings during compilation
|
||||||
CWARNINGS=1
|
CWARNINGS=OFF
|
||||||
# enable/disable some debug informations ( it's not a debug compilation )
|
# enable/disable some debug informations ( it's not a debug compilation )
|
||||||
CDEBUG=0
|
CDEBUG=OFF
|
||||||
# specify compilation type
|
# specify compilation type
|
||||||
CTYPE=Release
|
CTYPE=Release
|
||||||
# compile scripts
|
# compile scripts
|
||||||
CSCRIPTS=1
|
CSCRIPTS=ON
|
||||||
# compile server
|
# compile server
|
||||||
CSERVERS=1
|
CSERVERS=ON
|
||||||
# compile tools
|
# compile tools
|
||||||
CTOOLS=0
|
CTOOLS=OFF
|
||||||
# use precompiled headers ( fatest compilation but not optimized if you change headers often )
|
# use precompiled headers ( fatest compilation but not optimized if you change headers often )
|
||||||
CSCRIPTPCH=1
|
CSCRIPTPCH=ON
|
||||||
CCOREPCH=1
|
CCOREPCH=ON
|
||||||
# you can add your custom definitions here ( -D )
|
# you can add your custom definitions here ( -D )
|
||||||
CCUSTOMOPTIONS=""
|
CCUSTOMOPTIONS=""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user