chore: Rename conan profile to default (#5599)

This change renames the `libxrpl` profile to `default` to make it more usable.
This commit is contained in:
Bronek Kozicki
2025-07-24 11:35:47 +01:00
committed by GitHub
parent 60e340d356
commit 5713f9782a
5 changed files with 18 additions and 8 deletions

View File

@@ -24,8 +24,6 @@ env:
CONAN_GLOBAL_CONF: |
core.download:parallel={{os.cpu_count()}}
core.upload:parallel={{os.cpu_count()}}
core:default_build_profile=libxrpl
core:default_profile=libxrpl
tools.build:jobs={{ (os.cpu_count() * 4/5) | int }}
tools.build:verbosity=verbose
tools.compilation:verbosity=verbose