From f4e3e27dd0b56ac39f0f6242d3464df764ab2a61 Mon Sep 17 00:00:00 2001 From: lemon Date: Sun, 14 Sep 2025 19:41:28 +0200 Subject: license and readme --- main.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'main.c') diff --git a/main.c b/main.c index a51eae2..7335dd3 100644 --- a/main.c +++ b/main.c @@ -132,6 +132,7 @@ optparse(char **args) else if (args[1]) task.out = *++args; else goto Bad; } else if (*arg == 'f') { + /* -fabc / -fno-abc flags */ const char *flag = arg+1; bool set = 1; if (!strncmp(flag, "no-", 3)) { @@ -295,6 +296,8 @@ prihelp(void) " -o \tPlace the output into \n" " -v \tVerbose output\n" " -c \tEmit object file but do not link\n" + " -fpie \tEmit code for position independent executable\n" + " -fpic \tEmit position independent code\n" ); } -- cgit v1.2.3