mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
11 lines
138 B
Bash
11 lines
138 B
Bash
|
|
export SCONS_CACHE=~/.scons_cache
|
|
export SCONS_CACHE_LIMIT=5000
|
|
|
|
cd engine
|
|
scons -j2 platform=x11 target=release_debug
|
|
|
|
# use_llvm=yes
|
|
|
|
|