Skip to content

Commit ba765f1

Browse files
authored
Merge pull request #344 from opendocument-app/debug-symbols-for-core
debug symbols for core
2 parents 5e5b4f3 + 4eff31a commit ba765f1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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)