mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-05 12:03:48 +00:00
flags for compiler
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
COMPILER_C="/usr/bin/gcc"
|
||||||
|
COMPILER_CC="/usr/bin/gcc"
|
||||||
|
COMPILER_CXX="/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
|
||||||
|
|||||||
Reference in New Issue
Block a user