mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Remove deprecated --bitcode flag (flutter/engine#36635)
This commit is contained in:
parent
da87c7cab3
commit
6a9181552b
@ -874,13 +874,6 @@ def parse_args(args):
|
||||
help='Do not build the example embedders using the Embedder API.'
|
||||
)
|
||||
|
||||
parser.add_argument(
|
||||
'--bitcode',
|
||||
default=False,
|
||||
action='store_false',
|
||||
help='Deprecated, bitcode no longer supported.'
|
||||
)
|
||||
|
||||
parser.add_argument(
|
||||
'--stripped',
|
||||
default=True,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user