From 6f45af3c9eeabbe02c3aff7517e267c814ea757f Mon Sep 17 00:00:00 2001 From: Kugel Fuhr <98353208+kugelfuhr@users.noreply.github.com> Date: Tue, 8 Jul 2025 20:54:59 +0200 Subject: [PATCH] Use console properties. Add the --no-utf8 and --color options. --- doc/ld65.sgml | 19 ++++++++++++++++++- src/ld65/main.c | 30 ++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 1 deletion(-) diff --git a/doc/ld65.sgml b/doc/ld65.sgml index b889645f5..8a4ceca43 100644 --- a/doc/ld65.sgml +++ b/doc/ld65.sgml @@ -73,6 +73,7 @@ Short options: Long options: --allow-multiple-definition Allow multiple definitions --cfg-path path Specify a config file search path + --color [on|auto|off] Color diagnostics (default: auto) --config name Use linker config file --dbgfile name Generate debug information --define sym=val Define a symbol @@ -84,13 +85,13 @@ Long options: --lib-path path Specify a library search path --mapfile name Create a map file --module-id id Specify a module id + --no-utf8 Disable use of UTF-8 in diagnostics --obj file Link this object file --obj-path path Specify an object file search path --start-addr addr Set the default start address --start-group Start a library group --target sys Set the target system --version Print the linker version - --warnings-as-errors Treat warnings as errors --------------------------------------------------------------------------- @@ -292,6 +293,14 @@ Here is a description of all of the command-line options: and in a built-in default directory. +