# Global configuration for Conan. This is used to set the number of parallel # downloads, uploads, and build jobs. The verbosity is set to verbose to # provide more information during the build process. core:non_interactive=True core.download:parallel={{ os.cpu_count() }} core.upload:parallel={{ os.cpu_count() }} tools.build:jobs={{ (os.cpu_count() * 4/5) | int }} tools.build:verbosity=verbose tools.compilation:verbosity=verbose