From 85d07ea21005af6bdb57c580af096cdf55a151ac Mon Sep 17 00:00:00 2001 From: Hideki Okamoto Date: Sat, 5 Oct 2019 02:30:20 +0900 Subject: [PATCH] Fixes #12010; Add the description for "cc" option into --fullhelp (#12350) --- doc/advopt.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/advopt.txt b/doc/advopt.txt index 6cf6157ec0ae6..7be88144ac792 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -61,6 +61,7 @@ Advanced options: --debuginfo:on|off enables debug information -t, --passC:OPTION pass an option to the C compiler -l, --passL:OPTION pass an option to the linker + --cc:SYMBOL specify the C compiler --cincludes:DIR modify the C compiler header search path --clibdir:DIR modify the linker library search path --clib:LIBNAME link an additional C library