mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-19 03:39:20 +00:00
9 lines
257 B
Bash
Executable File
9 lines
257 B
Bash
Executable File
#!/bin/bash
|
|
|
|
scons wesnoth wesnothd campaignd boost_unit_tests build=release \
|
|
ctool=gcc cxxtool=g++ cxx_std=17 \
|
|
extra_flags_config="-pipe" strict=true forum_user_handler=true \
|
|
nls=false enable_lto=true sanitize="" jobs=2 --debug=time
|
|
|
|
ls -Al
|