[Scummvm-git-logs] scummvm master -> 68f9501be45bd79177e5c42964563fb5afe9ae84
ccawley2011
noreply at scummvm.org
Thu Jul 7 20:36:25 UTC 2022
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:
68f9501be4 RISCOS: Remove the -mno-poke-function-name compiler flag
Commit: 68f9501be45bd79177e5c42964563fb5afe9ae84
https://github.com/scummvm/scummvm/commit/68f9501be45bd79177e5c42964563fb5afe9ae84
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2022-07-07T21:36:12+01:00
Commit Message:
RISCOS: Remove the -mno-poke-function-name compiler flag
Changed paths:
configure
diff --git a/configure b/configure
index 175aa50c7c1..bd49b858be6 100755
--- a/configure
+++ b/configure
@@ -6245,9 +6245,6 @@ case $_host_os in
fi
;;
riscos)
- if test "$_debug_build" = no; then
- append_var CXXFLAGS "-mno-poke-function-name"
- fi
if test "$_dynamic_modules" = no ; then
append_var LDFLAGS "-Wl,--gc-sections"
append_var CXXFLAGS "-ffunction-sections"
More information about the Scummvm-git-logs
mailing list