Skip to content

Commit

Permalink
Build cryptopp as a static lib
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Jun 16, 2024
1 parent 4093568 commit d81fe14
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/config/ubuntu-22.04-clang-15/conan/profiles/default
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ os=Linux
tools.build:compiler_executables={'c': 'clang-15', 'cpp': 'clang++-15'}

[options]
*/*:shared=True
*/*:shared=False
cryptopp/[>=8.7.0]:shared=False

glib/*:with_elf=False
glib/*:with_mount=False
glib/*:with_selinux=False
Expand Down

0 comments on commit d81fe14

Please sign in to comment.