mirror of
https://github.com/rmontanana/mdlp.git
synced 2025-08-15 15:35:55 +00:00
Fix release build
This commit is contained in:
2
Makefile
2
Makefile
@@ -20,7 +20,7 @@ debug: ## Build Debug version of the library
|
||||
@$(call build_target,"Debug","$(f_debug)", "ENABLE_TESTING=ON", "-o enable_testing=True")
|
||||
|
||||
release: ## Build Release version of the library
|
||||
@$(call build_target,"Release","$(f_release)", "ENABLE_TESTING=OFF", "")
|
||||
@$(call build_target,"Release","$(f_release)", "ENABLE_TESTING=OFF", "-o enable_testing=False")
|
||||
|
||||
install: ## Install the library
|
||||
@echo ">>> Installing the project..."
|
||||
|
Reference in New Issue
Block a user