Forráskód Böngészése

[godot] Disable address sanitiizer for release builds.

badlogic 2 éve
szülő
commit
5ae7b307fa
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      spine-godot/build/build.sh

+ 1 - 1
spine-godot/build/build.sh

@@ -60,7 +60,7 @@ else
 	if [ "$OSTYPE" = "msys" ]; then
 		target="$target vsproj=yes livepp=$LIVEPP"
 	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
 		strip bin/godot.x11.opt.tools.64
 		chmod a+x bin/godot.x11.opt.tools.64