diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-05-24 03:53:03 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-06 07:39:32 +0200 |
commit | 0c287d0bbf28618cfe65807f7c858d19136e5854 (patch) | |
tree | 55ac30d6879401895e0e475b56b7a2a8c9cca502 | |
parent | 25601fbac722b9af61ebaf69014e4b73517aaf94 (diff) |
asds
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 134d2c6..a3f09a8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -113,7 +113,7 @@ void usageBuild() printf("Options:\n"); printf(" project_path\t\tThe directory containing a project.conf file - Optional (default: current working directory)\n"); printf(" --debug|--release\t\tOptimization level to build project and dependencies with (if not a system package) - Optional (default: --debug)\n"); - printf(" --sanitize\t\tAdd runtime address/undefined behavior sanitization. Program can be up to 3 times slower and use 3 times as much RAM. Ignored if compiler doesn't support sanitization - Optional (default: disabled)\n"); + printf(" --sanitize\t\tAdd runtime address/undefined behavior sanitization. Program can be up to 3 times slower and use 10 times as much RAM. Ignored if compiler doesn't support sanitization - Optional (default: disabled)\n"); printf("Examples:\n"); printf(" sibs build\n"); printf(" sibs build dirA/dirB\n"); |