[Scummvm-git-logs] scummvm master -> bc3c50ae4aa23eaf17866ce7aa860a66288d51fd

ccawley2011 ccawley2011 at gmail.com
Thu Aug 26 17:36:14 UTC 2021


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:
bc3c50ae4a DS: Build with -fno-threadsafe-statics


Commit: bc3c50ae4aa23eaf17866ce7aa860a66288d51fd
    https://github.com/scummvm/scummvm/commit/bc3c50ae4aa23eaf17866ce7aa860a66288d51fd
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2021-08-26T18:33:05+01:00

Commit Message:
DS: Build with -fno-threadsafe-statics

Changed paths:
    configure


diff --git a/configure b/configure
index e19c08ab9e..e2bb24962e 100755
--- a/configure
+++ b/configure
@@ -2896,6 +2896,7 @@ EOF
 		append_var CXXFLAGS "-ffunction-sections"
 		append_var CXXFLAGS "-fdata-sections"
 		append_var CXXFLAGS "-fno-strict-aliasing"
+		append_var CXXFLAGS "-fno-threadsafe-statics"
 		append_var CXXFLAGS "-fuse-cxa-atexit"
 		# Supress format warnings as the long 4 byte causes noisy warnings.
 		append_var CXXFLAGS "-Wno-format"




More information about the Scummvm-git-logs mailing list