summaryrefslogtreecommitdiffstats
path: root/godot-update
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2021-12-04 14:24:49 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2021-12-04 14:24:49 +0100
commit9ff370385fd710ff12368ebf9f44f38990ffcce3 (patch)
tree4e93fe33c21d2cc1237b94dc0e56bfd532d54054 /godot-update
parent1c31cc4587fbf899acdeb7441e0d9b9e44def6e1 (diff)
downloadbin-9ff370385fd710ff12368ebf9f44f38990ffcce3.zip
bin-9ff370385fd710ff12368ebf9f44f38990ffcce3.tar.gz
godot-update : remove colored=yes
Diffstat (limited to 'godot-update')
-rwxr-xr-xgodot-update7
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