diff options
Diffstat (limited to 'src/skin/slbt_skin_default.c')
-rw-r--r-- | src/skin/slbt_skin_default.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/skin/slbt_skin_default.c b/src/skin/slbt_skin_default.c index 7678f2a..6300d8f 100644 --- a/src/skin/slbt_skin_default.c +++ b/src/skin/slbt_skin_default.c @@ -56,6 +56,15 @@ const struct argv_option slbt_default_options[] = { "and/or static archive. option syntax is " "--legabits[=%s]"}, + {"ccwrap", 0,TAG_CCWRAP,ARGV_OPTARG_REQUIRED,0,0, + "<program>", + "use %s as a compiler driver wrapper; " + "for the purpose of compatibility, " + "this switch may be omitted for known " + "wrappers (ccache, compiler, distcc, " + "and purify) when immediately followed " + "by the compiler argument."}, + {"no-warnings", 0,TAG_WARNINGS,ARGV_OPTARG_NONE,0,0,0,""}, {"preserve-dup-deps", 0,TAG_DEPS,ARGV_OPTARG_NONE,0,0,0, |