upgrade alpine and c++ std
This commit is contained in:
@@ -6,6 +6,8 @@
|
|||||||
|
|
||||||
- ~~\#1 Add Windows MSYS2 Jenkins build and testing support~~
|
- ~~\#1 Add Windows MSYS2 Jenkins build and testing support~~
|
||||||
- \#4 Remove VLC Win32 binaries
|
- \#4 Remove VLC Win32 binaries
|
||||||
|
- \#5 Upgrade to Alpine Linux v3.23
|
||||||
|
- \#6 Upgrade to c++23 standard
|
||||||
|
|
||||||
**Changes from v2.0.0-release**
|
**Changes from v2.0.0-release**
|
||||||
|
|
||||||
|
|||||||
@@ -99,7 +99,6 @@ if(PROJECT_ENABLE_BOOST)
|
|||||||
--prefix=${PROJECT_EXTERNAL_BUILD_ROOT}
|
--prefix=${PROJECT_EXTERNAL_BUILD_ROOT}
|
||||||
address-model=64
|
address-model=64
|
||||||
architecture=${BOOST_ARCH}
|
architecture=${BOOST_ARCH}
|
||||||
cxxstd=20
|
|
||||||
cxxstd-dialect=gnu
|
cxxstd-dialect=gnu
|
||||||
cxxflags=-std=gnu++${CMAKE_CXX_STANDARD}
|
cxxflags=-std=gnu++${CMAKE_CXX_STANDARD}
|
||||||
cxxstd=${CMAKE_CXX_STANDARD}
|
cxxstd=${CMAKE_CXX_STANDARD}
|
||||||
|
|||||||
Reference in New Issue
Block a user