Use correct sanitize value.
[ci skip]
This commit is contained in:
parent
c09e95a20e
commit
eb361bdccd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-scripts/docker.sh
vendored
2
.github/workflows/ci-scripts/docker.sh
vendored
|
@ -3,6 +3,6 @@
|
|||
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=false jobs=2 --debug=time
|
||||
nls=false enable_lto=true sanitize="" jobs=2 --debug=time
|
||||
|
||||
ls -Al
|
||||
|
|
Loading…
Add table
Reference in a new issue