Skip to content

Commit 4eff31a

Browse files
committed
try again
1 parent 0ab9ff5 commit 4eff31a

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

conanfile.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,3 @@ odrcore/3.0.0@
55
cmake
66
cmake_paths
77
cmake_find_package
8-
9-
[settings]
10-
odrcore:build_type=RelWithDebInfo

conanprofile_build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include(default)
22

33
[settings]
4-
build_type=Release
4+
build_type=RelWithDebInfo
55

66
[env]
77
CONAN_RUN_TESTS=False

conanprofile_host.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ os=Android
55
os.api_level=19
66
compiler=clang
77
compiler.libcxx=c++_shared
8-
build_type=Release
8+
build_type=RelWithDebInfo
99

1010
[env]
1111
CONAN_RUN_TESTS=False

0 commit comments

Comments
 (0)