SuperTux: bump version, commandline must contain ./ or gamedata search path won't initialize

This commit is contained in:
Sergii Pylypenko
2018-07-04 18:36:44 +03:00
parent 9b9768ed8d
commit 11090a082e
5 changed files with 12 additions and 12 deletions

View File

@@ -7,10 +7,10 @@ AppName="OpenLieroX"
AppFullName=openlierox.net
# Application version code (integer)
AppVersionCode=10580422
AppVersionCode=10580423
# Application user-visible version name (string)
AppVersionName="0.58rc4a22"
AppVersionName="0.58rc4a23"
# 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, other downloads should be selected by user from startup config menu
@@ -275,13 +275,13 @@ CompiledLibraries="sdl_image sdl_mixer xml2 curl gd jpeg vorbis ogg lzma mad"
CustomBuildScript=n
# Aditional CFLAGS for application
AppCflags='-flto=thin -O3 -ffast-math -Werror=format -DDISABLE_JOYSTICK -DHAVE_LINENOISE -DNBREAKPAD -DHAVE_EXECINFO=0'
AppCflags='-O3 -ffast-math -Werror=format -DDISABLE_JOYSTICK -DHAVE_LINENOISE -DNBREAKPAD -DHAVE_EXECINFO=0' # -flto=thin
# Aditional C++-specific compiler flags for application, added after AppCflags
AppCppflags='-flto=thin -O3 -ffast-math -Werror=format -std=c++11 -frtti -fexceptions -DDISABLE_JOYSTICK -DHAVE_LINENOISE -DNBREAKPAD -DHAVE_EXECINFO=0'
AppCppflags='-O3 -ffast-math -Werror=format -std=c++11 -frtti -fexceptions -DDISABLE_JOYSTICK -DHAVE_LINENOISE -DNBREAKPAD -DHAVE_EXECINFO=0' #-flto=thin
# Additional LDFLAGS for application
AppLdflags='-flto=thin -flto-jobs=8 -O3'
AppLdflags='-O3' #-flto=thin -flto-jobs=8
# If application has headers with the same name as system headers, this option tries to fix compiler flags to make it compilable
AppOverlapsSystemHeaders=n