From 0ab9ff52a00572ce0521cf7ced9fa20944f5a5b7 Mon Sep 17 00:00:00 2001 From: Andreas Stefl Date: Sat, 18 May 2024 08:16:47 +0200 Subject: [PATCH 1/2] debug symbols for core --- conanfile.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conanfile.txt b/conanfile.txt index a62701ffc648..fc63bf977620 100644 --- a/conanfile.txt +++ b/conanfile.txt @@ -5,3 +5,6 @@ odrcore/3.0.0@ cmake cmake_paths cmake_find_package + +[settings] +odrcore:build_type=RelWithDebInfo From 4eff31a2c7efd217b145c19844f4608bf80ec388 Mon Sep 17 00:00:00 2001 From: Andreas Stefl Date: Sat, 18 May 2024 08:24:28 +0200 Subject: [PATCH 2/2] try again --- conanfile.txt | 3 --- conanprofile_build.txt | 2 +- conanprofile_host.txt | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/conanfile.txt b/conanfile.txt index fc63bf977620..a62701ffc648 100644 --- a/conanfile.txt +++ b/conanfile.txt @@ -5,6 +5,3 @@ odrcore/3.0.0@ cmake cmake_paths cmake_find_package - -[settings] -odrcore:build_type=RelWithDebInfo 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