Fix Conan debug build

Fix smell issues in markdown and python
This commit is contained in:
2025-07-02 00:44:24 +02:00
5 changed files with 49 additions and 38 deletions

View File

@@ -218,8 +218,8 @@ release: ## Build release version using Conan
conan-create: ## Create Conan package
@echo ">>> Creating Conan package..."
@conan create . --build=missing -tf "" --profile=release -tf ""
@conan create . --build=missing -tf "" --profile=debug
@conan create . --build=missing -tf "" --profile=release
@conan create . --build=missing -tf "" --profile=debug -o "&:enable_coverage=False" -o "&:enable_testing=False"
@echo ">>> Done"
profile ?= release