Skip to content

Commit

Permalink
Updated C++ language level to C++17
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Zinken committed Jul 24, 2022
1 parent 6c0c7ac commit 61a1337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mwengine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ android {
arguments "-DRUN_TESTS=" + getRunTests()

cFlags "-O3"
cppFlags "-std=c++14 -Werror -Wno-deprecated-declarations -fexceptions -frtti"
cppFlags "-std=c++17 -Werror -Wno-deprecated-declarations -fexceptions -frtti"
}
}
}
Expand Down

0 comments on commit 61a1337

Please sign in to comment.