From 5481d3bca558029451e6c84033f876ef127f2d48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Tue, 23 Nov 2021 16:51:45 +0100 Subject: godot-update : use clang and lld --- godot-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/godot-update b/godot-update index a55811d..8e10883 100755 --- a/godot-update +++ b/godot-update @@ -41,7 +41,7 @@ function build() # https://docs.godotengine.org/en/3.2/development/compiling/compiling_for_x11.html target=release_debug echo -e "build : ${RED}$platform$RESET target=$RED$target$RESET" - time scons -j$J platform=$platform target=$target tools=yes colored=yes pulseaudio=no bits=64 warnings=no #custom_modules=../modules + time scons -j$J platform=$platform target=$target tools=yes colored=yes pulseaudio=no bits=64 use_llvm=yes use_lld=yes warnings=no #custom_modules=../modules # scons -j$J platform=$platform target=$target tools=no colored=yes pulseaudio=no bits=64 warnings=no # scons -j$J platform=$platform target=$target tools=no colored=yes pulseaudio=no bits=32 warnings=no -- cgit v1.1-2-g2b99