From eb1644b302907ccbec14fe0dd7d7b6c252e7628e Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Tue, 24 Dec 2024 20:43:52 +0100 Subject: [PATCH] Change included common options. --- src/build/build_options.c | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/src/build/build_options.c b/src/build/build_options.c index eb62f210b..e7cfd6c09 100644 --- a/src/build/build_options.c +++ b/src/build/build_options.c @@ -72,19 +72,6 @@ static void usage(bool full) PRINTF(" project ... Manipulate or view project files."); PRINTF(""); PRINTF(full ? "Options:" : "Common options:"); - PRINTF(" --about - Prints a short description of C3."); - PRINTF(" --libdir - Add this directory to the C3 library search paths."); - PRINTF(" --lib - Add this library to the compilation."); - if (full) - { - PRINTF(" --stdlib - Use this directory as the C3 standard library path."); - PRINTF(" --no-entry - Do not generate (or require) a main function."); - PRINTF(" --path - Use this as the base directory for the current command."); - PRINTF(" --template