[Scummvm-git-logs] scummvm master -> 1c2c1c8c112d25286830ccde5c18e8b5af488801
rsn8887
noreply at scummvm.org
Sat Dec 21 20:15:17 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:
1c2c1c8c11 BUILD: On PSP -O3 and dynamic detection work well now
Commit: 1c2c1c8c112d25286830ccde5c18e8b5af488801
https://github.com/scummvm/scummvm/commit/1c2c1c8c112d25286830ccde5c18e8b5af488801
Author: rsn8887 (rsn8887 at users.noreply.github.com)
Date: 2024-12-21T14:12:54-06:00
Commit Message:
BUILD: On PSP -O3 and dynamic detection work well now
Changed paths:
configure
diff --git a/configure b/configure
index b490265b5b9..1ebdc563c06 100755
--- a/configure
+++ b/configure
@@ -3377,8 +3377,12 @@ EOF
add_line_to_config_h "#define PREFIX \"${prefix}\""
;;
psp)
- _optimization_level=-O2
+ _optimization_level=-O3
_freetypepath="$PSPDEV/psp/bin"
+ if test "$_dynamic_modules" = yes ; then
+ _detection_features_static=no
+ _plugins_default=dynamic
+ fi
append_var CXXFLAGS "-I$PSPSDK/include"
# FIXME: Why is the following in CXXFLAGS and not in DEFINES? Change or document this.
append_var CXXFLAGS "-D_PSP_FW_VERSION=150"
More information about the Scummvm-git-logs
mailing list