From dc4a543b3be62fff2ed310a1a5f19688f405c145 Mon Sep 17 00:00:00 2001 From: Magesh K <47920326+mahee96@users.noreply.github.com> Date: Mon, 13 Jan 2025 03:49:43 +0530 Subject: [PATCH] [cleanup]: fix spacing issue in echo strings --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ced5becc..328e34e7 100755 --- a/Makefile +++ b/Makefile @@ -198,7 +198,9 @@ print_release_type: # using scheme = Debug and config = Release (so I have kept it as-is) # BUILD_CONFIG := "Debug" # switched to debug build-config to diagnose issue since debugger won't resolve breakpoints in release # BUILD_CONFIG := "Release" -BUILD_CONFIG ?= Release # switched back to release build as default config, unless specified by the incoming environment vars + +# switched back to release build as default config, unless specified by the incoming environment vars +BUILD_CONFIG ?= Release build: print_release_type @echo ">>>>>>>> BUILD_CONFIG is set to '$(BUILD_CONFIG)', Building for $(BUILD_CONFIG) mode! <<<<<<<<<" @echo ""