Skip to content

Commit

Permalink
Compile with C++20
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltroger committed Feb 28, 2024
1 parent e7492f5 commit 0cbc672
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ android {
universalApk true
}
}
externalNativeBuild {
cmake {
cppFlags += "-std=c++20"
}
}
}
buildTypes {
release {
Expand Down

0 comments on commit 0cbc672

Please sign in to comment.