SuperTux: bump version, and attempt -O3 optimization

This commit is contained in:
Sergii Pylypenko
2022-01-11 21:17:06 +02:00
parent 03b1fde421
commit 26c565e2ba
2 changed files with 5 additions and 5 deletions

View File

@@ -7,10 +7,10 @@ AppName="SuperTux"
AppFullName=org.lethargik.supertux2
# Application version code (integer)
AppVersionCode=06322
AppVersionCode=06324
# Application user-visible version name (string)
AppVersionName="0.6.3.22"
AppVersionName="0.6.3.24"
# Specify path to download application data in zip archive in the form "Description|URL|MirrorURL^Description2|URL2|MirrorURL2^..."
# If you'll start Description with '!' symbol it will be enabled by default, '!!' will also hide the entry from the menu, so it cannot be disabled
@@ -297,13 +297,13 @@ CompiledLibraries="c++_shared SDL2_image SDL2_ttf freetype harfbuzz glm boost_fi
CustomBuildScript=n
# Aditional CFLAGS for application
AppCflags='-DGLM_ENABLE_EXPERIMENTAL -DUSE_OPENGLES2 -Ijni/openal/include/AL -Ijni/boost/include -frtti -fexceptions -Oz -flto=thin'
AppCflags='-DGLM_ENABLE_EXPERIMENTAL -DUSE_OPENGLES2 -Ijni/openal/include/AL -Ijni/boost/include -frtti -fexceptions -O3 -flto=thin'
# Aditional C++-specific compiler flags for application, added after AppCflags
AppCppflags='-std=c++14 -fno-strict-aliasing'
# Additional LDFLAGS for application
AppLdflags='-frtti -fexceptions -Oz -flto=thin'
AppLdflags='-frtti -fexceptions -O3 -flto=thin'
# If application has headers with the same name as system headers, this option tries to fix compiler flags to make it compilable
AppOverlapsSystemHeaders=n