Skip to content

Commit

Permalink
Add std=c++11 to cmake flags
Browse files Browse the repository at this point in the history
  • Loading branch information
dozingcat committed Feb 27, 2019
1 parent e4fcf3b commit 75be95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {
cppFlags "-O3"
cppFlags "-O3 -std=c++11"
}
}
ndk {
Expand Down

0 comments on commit 75be95f

Please sign in to comment.