未验证 提交 bb2b0835 编写于 作者: O openharmony_ci 提交者: Gitee

!322 disable compact-mode in default

Merge pull request !322 from yaoxiaoyu_903c/master
......@@ -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.
先完成此消息的编辑!
想要评论请 注册