mirror of
https://github.com/araxiaonline/AstoriaCore-AC.git
synced 2026-06-13 02:22:24 -04:00
12 lines
168 B
Bash
12 lines
168 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
echo "compile core"
|
|
export CCACHE_CPP2=true
|
|
export CCACHE_MAXSIZE='500MB'
|
|
export CCACHE_COMPRESS=1
|
|
ccache -s
|
|
./acore.sh "compiler" "all"
|
|
ccache -s
|