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