Arrays without code generation #6

Merged
abdelrahman merged 15 commits from no-codegen-array into main 2025-12-14 01:47:43 +00:00
Showing only changes of commit e6aafbb4c5 - Show all commits

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