Skip to content

Commit

Permalink
Add '-g' cpp flag to android debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
matteblair committed Dec 21, 2016
1 parent d265e33 commit 83b5c8a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions android/tangram/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ android {
}
}

buildTypes {
debug {
externalNativeBuild {
cmake.cppFlags '-g'
}
}
}
productFlavors {
slim {
// Default configuration
Expand Down

0 comments on commit 83b5c8a

Please sign in to comment.