Lines Matching refs:default
19 action='store_true', default=False,
22 default=-1, help='Run build on the top n commits')
24 action='store_true', default=False,
27 action='store_true', default=False,
29 parser.add_option('-D', '--config-only', action='store_true', default=False,
32 default=False, help='Show errors and warnings')
34 default=False, help='Treat all compiler warnings as errors')
36 action='store_true', default=False,
39 action='store_true', default=False,
46 help='Git repo containing branch to build', default='.')
48 help='Path to buildman config file', default='')
50 default=False, help='Display the README file')
52 action='store_true', default=False,
55 default=False, help='Do not run make mrproper (when reconfiguring)')
57 default=None, help='Number of jobs to run at once (passed to make)')
59 default=False, help='Keep all build output files (e.g. binaries)')
61 … default=False, help='Show configuration changes in summary (both board config files and Kconfig)')
63 default=False, help="Don't convert y to 1 in configs")
65 default=False, help='Show a list of boards next to each error/warning')
66 parser.add_option('--list-tool-chains', action='store_true', default=False,
69 default=False, help="Do a dry run (describe actions, but do nothing)")
71 … default=False, help="Don't create subdirectories when building current source for a single board")
73 dest='output_dir', default='..',
76 default=False, help='Do a rough build, with limited warning resolution')
78 default=False, help="Use full toolchain path in CROSS_COMPILE")
80 default=False, help="Use an O= (output) directory per board rather than per thread")
82 default=False, help='Show a build summary')
84 default=False, help='Show image size variation in summary')
85 parser.add_option('--skip-net-tests', action='store_true', default=False,
88 default=1, help='Only build every n commits (0=just first and last)')
90 default=False, help='run tests')
92 default=None, help='Number of builder threads to use')
94 default=False, help='Show boards with unknown build result')
96 default=False, help='Show environment changes in summary')
98 default=False, help='Show build results while the build progresses')
100 default=False, help='Run make with V=1, logging all output')