mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-11 19:32:06 +00:00
1397971943
Co-authored-by: Yehonal <yehonal.azeroth@gmail.com>
11 lines
143 B
Bash
Executable File
11 lines
143 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
echo "compile core"
|
|
export CCACHE_CPP2=true
|
|
export CCACHE_MAXSIZE='500MB'
|
|
ccache -s
|
|
./acore.sh "compiler" "all"
|
|
ccache -s
|