Ensure warning stands out in help message
This commit is contained in:
2
Makefile
2
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)"
|
||||
|
||||
Reference in New Issue
Block a user