Ensure warning stands out in help message

This commit is contained in:
2025-12-13 04:25:32 +00:00
parent a1eb040127
commit e6aafbb4c5

View File

@@ -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)"