From 0c287d0bbf28618cfe65807f7c858d19136e5854 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 24 May 2018 03:53:03 +0200 Subject: asds --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') 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"); -- cgit v1.2.3