提交 a59def61 编写于 作者: Y yaoxiaoyu

set compact-mode to true in default

Signed-off-by: Nyaoxiaoyu <yaoxiaoyu1@huawei.com>
Change-Id: I3acf00949c8b75ca977fa7f32f951933b208bfaa
上级 eb2c6d69
......@@ -72,10 +72,10 @@ def add_options(parser):
help='apply product patch before compiling',
action='store_true')
parser.add_argument('--compact-mode',
action='store_false',
help='compactiable with standard build system'
'set to true if we use build.sh as build entrance',
action='store_true',
default=False)
'set to false if we use build.sh as build entrance',
default=True)
parser.add_argument('--gn-args',
nargs=1,
default='',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册