Skip to content

Commit

Permalink
Please use C++17...
Browse files Browse the repository at this point in the history
  • Loading branch information
Pencilcaseman committed Jul 23, 2024
1 parent a5fd96e commit 5c9e02c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ jobs:
-DANDROID_PLATFORM=android-$API \
-DBUILD_TESTS=ON -DDOWNLOAD_DOCTEST=ON -DCMAKE_BUILD_TYPE=Release
-DCMAKE_CXX_STANDARD=17
-DCMAKE_CXX_STANDARD_REQUIRED=ON
-DCMAKE_CXX_FLAGS="-std=c++17"
cmake --build . --verbose
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
fi
# Cheap way of spotting uninitialized read
CXX_FLAGS="$CXX_FLAGS -ftrivial-auto-var-init=pattern"
CXX_FLAGS="$CXX_FLAGS -ftrivial-auto-var-init=pattern -std=c++17"
mkdir _build
cd _build
Expand Down

0 comments on commit 5c9e02c

Please sign in to comment.