From e6aafbb4c537cf06f223ed8b7dbf518efa9d93e2 Mon Sep 17 00:00:00 2001 From: Abdelrahman Said Date: Sat, 13 Dec 2025 04:25:32 +0000 Subject: [PATCH] Ensure warning stands out in help message --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 12fd598..d597c21 100644 --- a/Makefile +++ b/Makefile @@ -102,7 +102,7 @@ help: @echo -e " $(GREEN)INSTALL_PREFIX$(RESET) Prefix where library and include files will be installed." @echo -e " $(GREEN)CODEGEN_INPUT$(RESET) Input file for code generation (See $(CYAN)codegen_custom_data_example.json$(RESET) for an example)." @echo -e " $(GREEN)RUNTIME_ASSERT$(RESET) Whether runtime asserts are enabled $(MAGENTA)[true | false] $(YELLOW)(Default: true)$(RESET)." - @echo -e " $(GREEN)$(RESET) $(BOLD)$(RED)DISCLAIMER:$(RESET) Using this flag is not recommended as it disables safety checks" + @echo -e " $(GREEN)$(RESET) $(BOLD)$(BG_BRIGHT_RED)DISCLAIMER:$(RESET) Using this flag is not recommended as it disables safety checks" @echo -e " $(GREEN)$(RESET) potentially leading to Undefined Behaviour." @echo @echo -e "$(BOLD)$(BLUE)Available targets:$(RESET)"