forked from firka/flutter
Remove deprecated --bitcode flag (flutter/engine#36635)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user