diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2021-12-04 14:24:49 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2021-12-04 14:24:49 +0100 |
commit | 9ff370385fd710ff12368ebf9f44f38990ffcce3 (patch) | |
tree | 4e93fe33c21d2cc1237b94dc0e56bfd532d54054 /godot-update | |
parent | 1c31cc4587fbf899acdeb7441e0d9b9e44def6e1 (diff) | |
download | bin-9ff370385fd710ff12368ebf9f44f38990ffcce3.zip bin-9ff370385fd710ff12368ebf9f44f38990ffcce3.tar.gz |
godot-update : remove colored=yes
Diffstat (limited to 'godot-update')
-rwxr-xr-x | godot-update | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/godot-update b/godot-update index 109ac20..3f5d00c 100755 --- a/godot-update +++ b/godot-update @@ -42,12 +42,11 @@ function build() [ $CLEAN -eq 1 ] && scons platform=$platform --clean [ $OPTIMIZED -eq 1 ] && opt_flags="use_static_ccp=yes use_lto=yes debug_symbols=no" + # 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 $opt_flags 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 + time scons -j$J platform=$platform target=$target tools=yes pulseaudio=no bits=64 $opt_flags warnings=no #custom_modules=../modules if [ $ANDROID -eq 1 ] then @@ -101,4 +100,4 @@ popd strip godot/bin/* ls -lh godot/bin/ -# scons -j4 platform=linuxbsd target=release_debug tools=yes colored=yes pulseaudio=no bits=64 warnings=no #custom_modules=../modules +# scons -j4 platform=linuxbsd target=release_debug tools=yes pulseaudio=no bits=64 warnings=no #custom_modules=../modules |