[Scummvm-git-logs] scummvm master -> 546f097ff5ba46b3e98a1fdd63abc2fec2e24a3b
lephilousophe
noreply at scummvm.org
Fri Dec 27 18:53:16 UTC 2024
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
546f097ff5 ANDROID: Build with optimizations when requested even in debug mode
Commit: 546f097ff5ba46b3e98a1fdd63abc2fec2e24a3b
https://github.com/scummvm/scummvm/commit/546f097ff5ba46b3e98a1fdd63abc2fec2e24a3b
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2024-12-27T19:52:36+01:00
Commit Message:
ANDROID: Build with optimizations when requested even in debug mode
Changed paths:
configure
diff --git a/configure b/configure
index 6566635e006..6cd7ba59a30 100755
--- a/configure
+++ b/configure
@@ -2913,7 +2913,7 @@ case $_host_os in
append_var CXXFLAGS "-fpic"
append_var CXXFLAGS "-ffunction-sections"
append_var CXXFLAGS "-funwind-tables"
- if test "$_debug_build" = no; then
+ if test "$_optimizations" = "yes"; then
_optimization_level=-Os
append_var CXXFLAGS "-fomit-frame-pointer"
append_var CXXFLAGS "-fstrict-aliasing"
More information about the Scummvm-git-logs
mailing list