Skip to content
Snippets Groups Projects
Commit 2b3cccf3 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

gradle: build daemon with debug symbols

Change-Id: I846a6aadbad4d00863a16dc0fee0b5f67cfbc349
parent 0d52eb87
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ android {
externalNativeBuild {
cmake {
version = "3.22.1"
cppFlags += ""
cppFlags += "-g"
arguments += listOf(
"-DANDROID_STL=c++_shared",
"-DBUILD_CONTRIB=ON",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment