Accepting request 888247 from home:cunix:godot

reduces godot binary size by 1.3 MiB.
Still a few MB bigger than v3.2 builds.

OBS-URL: https://build.opensuse.org/request/show/888247
OBS-URL: https://build.opensuse.org/package/show/games/godot?expand=0&rev=23
This commit is contained in:
Max Mitschke 2021-04-26 15:46:26 +00:00 committed by Git OBS Bridge
parent cc0af50653
commit f6427ede33

View File

@ -294,8 +294,8 @@ mkdir -pv thirdparty/certs
touch thirdparty/certs/ca-certificates.crt touch thirdparty/certs/ca-certificates.crt
%define build_args %{?_smp_mflags} \\\ %define build_args %{?_smp_mflags} \\\
progress=yes verbose=yes udev=yes use_lto=1 \\\ progress=no verbose=yes udev=yes use_lto=1 \\\
CCFLAGS='%{optflags}' \\\ use_static_cpp=no CCFLAGS='%{optflags}' \\\
system_certs_path=%{ca_bundle} $system_libs system_certs_path=%{ca_bundle} $system_libs
# Build graphical editor (tools) # Build graphical editor (tools)