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

sev- sev at scummvm.org
Mon Sep 14 12:21:44 UTC 2020


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:
fa984f050a CONFIGURE: Enable C++11 by default


Commit: fa984f050aa77cb9ca592d1f7c941270863aeea0
    https://github.com/scummvm/scummvm/commit/fa984f050aa77cb9ca592d1f7c941270863aeea0
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-09-14T14:21:24+02:00

Commit Message:
CONFIGURE: Enable C++11 by default

Changed paths:
    configure


diff --git a/configure b/configure
index 36a857e733..32a3084c11 100755
--- a/configure
+++ b/configure
@@ -175,7 +175,7 @@ _test_cxx11=no
 _debug_build=auto
 _release_build=auto
 _optimizations=auto
-_use_cxx11=no
+_use_cxx11=yes
 _verbose_build=no
 _text_console=no
 _mt32emu=yes




More information about the Scummvm-git-logs mailing list