mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-08 11:46:53 +08:00
[godot] Disable address sanitiizer for release builds.
This commit is contained in:
parent
341217ad6f
commit
5ae7b307fa
@ -60,7 +60,7 @@ else
|
|||||||
if [ "$OSTYPE" = "msys" ]; then
|
if [ "$OSTYPE" = "msys" ]; then
|
||||||
target="$target vsproj=yes livepp=$LIVEPP"
|
target="$target vsproj=yes livepp=$LIVEPP"
|
||||||
fi
|
fi
|
||||||
scons $target compiledb=yes use_asan=yes custom_modules="../spine_godot" --jobs=$cpus
|
scons $target compiledb=yes custom_modules="../spine_godot" --jobs=$cpus
|
||||||
if [ -f "bin/godot.x11.opt.tools.64" ]; then
|
if [ -f "bin/godot.x11.opt.tools.64" ]; then
|
||||||
strip bin/godot.x11.opt.tools.64
|
strip bin/godot.x11.opt.tools.64
|
||||||
chmod a+x bin/godot.x11.opt.tools.64
|
chmod a+x bin/godot.x11.opt.tools.64
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user