We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed8d49d commit a53cdcdCopy full SHA for a53cdcd
tools/build.py
@@ -126,12 +126,6 @@ def main():
126
default=False,
127
help="Silent diagnostic output (no copy, compile notification)")
128
129
- parser.add_argument("-x", "--extra-verbose-notifications",
130
- action="store_true",
131
- dest="extra_verbose_notify",
132
- default=False,
133
- help="Makes compiler more verbose, CI friendly.")
134
-
135
parser.add_argument("--ignore", dest="ignore", type=argparse_many(str),
136
default=None, help="Comma separated list of patterns to add to mbedignore (eg. ./main.cpp)")
137
0 commit comments