diff --git a/conanprofile_build.txt b/conanprofile_build.txt index b0b4359ab469..2d380bbd043d 100644 --- a/conanprofile_build.txt +++ b/conanprofile_build.txt @@ -1,7 +1,7 @@ include(default) [settings] -build_type=Release +build_type=RelWithDebInfo [env] CONAN_RUN_TESTS=False diff --git a/conanprofile_host.txt b/conanprofile_host.txt index a3ab8ff0c37e..28c6edc2de34 100644 --- a/conanprofile_host.txt +++ b/conanprofile_host.txt @@ -5,7 +5,7 @@ os=Android os.api_level=19 compiler=clang compiler.libcxx=c++_shared -build_type=Release +build_type=RelWithDebInfo [env] CONAN_RUN_TESTS=False