[Scummvm-git-logs] scummvm master -> 788937e3e1d54ef8f83901be538f19dc03f51304

sev- sev at scummvm.org
Sun Oct 31 11:55:25 UTC 2021


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
8fccd8189f CI: Remove --enable-c++11 flag
788937e3e1 CONFIGURE: Remove c++11 flag from the help


Commit: 8fccd8189f6b8767e06a761f20a7699dc83ed947
    https://github.com/scummvm/scummvm/commit/8fccd8189f6b8767e06a761f20a7699dc83ed947
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-10-31T13:54:47+02:00

Commit Message:
CI: Remove --enable-c++11 flag

Changed paths:
    .github/workflows/ci.yml


diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 58c9d21ad7..9e98123b4e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -151,11 +151,9 @@ jobs:
         include:
           - platform: ubuntu-latest
             sdlConfig: sdl2-config
-            configFlags: --enable-c++11
             aptPackages: 'libsdl2-dev libsdl2-net-dev liba52-dev libjpeg-turbo8-dev libmpeg2-4-dev libogg-dev libvorbis-dev libflac-dev libmad0-dev libpng-dev libtheora-dev libfaad-dev libfluidsynth-dev libfreetype6-dev zlib1g-dev libfribidi-dev libglew-dev libcurl4-openssl-dev libgtk-3-dev libspeechd-dev libsndio-dev libunity-dev'
           - platform: ubuntu-18.04
             sdlConfig: sdl-config
-            configFlags: --disable-c++11
             aptPackages: 'libsdl1.2-dev libsdl-net1.2-dev liba52-dev libjpeg-turbo8-dev libmpeg2-4-dev libogg-dev libvorbis-dev libflac-dev libmad0-dev libpng-dev libtheora-dev libfaad-dev libfluidsynth-dev libfreetype6-dev zlib1g-dev libfribidi-dev libglew-dev libcurl4-openssl-dev libgtk-3-dev libspeechd-dev libsndio-dev libunity-dev'
     env:
       SDL_CONFIG: ${{ matrix.sdlConfig }}


Commit: 788937e3e1d54ef8f83901be538f19dc03f51304
    https://github.com/scummvm/scummvm/commit/788937e3e1d54ef8f83901be538f19dc03f51304
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-10-31T13:55:04+02:00

Commit Message:
CONFIGURE: Remove c++11 flag from the help

Changed paths:
    configure


diff --git a/configure b/configure
index e0e0c04c0b..229a15999f 100755
--- a/configure
+++ b/configure
@@ -858,7 +858,6 @@ Optional Features:
   --enable-static          build a static binary instead of using shared objects
   --enable-detection-static  build detection features into executable (default)
   --enable-detection-dynamic build detection features into a library
-  --enable-c++11           build as C++11 if the compiler allows that
   --disable-debug          disable building with debugging symbols
   --enable-Werror          treat warnings as errors
   --enable-release         enable building in release mode (this activates




More information about the Scummvm-git-logs mailing list