MCPcopy Index your code
hub / github.com/nodejs/node / GetCflagsObjC

Method GetCflagsObjC

tools/gyp/pylib/gyp/xcode_emulation.py:767–775  ·  view source on GitHub ↗

Returns flags that need to be added to .m compilations.

(self, configname)

Source from the content-addressed store, hash-verified

765 flags.append("-Wobjc-missing-property-synthesis")
766
767 def GetCflagsObjC(self, configname):
768 """Returns flags that need to be added to .m compilations."""
769 self.configname = configname
770 cflags_objc = []
771 self._AddObjectiveCGarbageCollectionFlags(cflags_objc)
772 self._AddObjectiveCARCFlags(cflags_objc)
773 self._AddObjectiveCMissingPropertySynthesisFlags(cflags_objc)
774 self.configname = None
775 return cflags_objc
776
777 def GetCflagsObjCC(self, configname):
778 """Returns flags that need to be added to .mm compilations."""

Callers 2

WriteSourcesMethod · 0.80
WriteSourcesForArchMethod · 0.80

Tested by

no test coverage detected