@ -2494,7 +2494,13 @@ to directly access options of other subprojects.''')
self.add_base_options(comp)
returnsuccess
defemit_base_options_warnings(self,enabled_opts):
if'b_bitcode'inenabled_opts:
mlog.warning('Base option \'b_bitcode\' is enabled, which is incompatible with many linker options. Incompatible options such as such as \'b_asneeded\' have been disabled.')
mlog.warning('Please see https://mesonbuild.com/Builtin-options.html#Notes_about_Apple_Bitcode_support for more details.')