31

I know you can use -fno-objc-arc flag to disable ARC for files that NOT support ARC in an ARC project.

Is there any way to enable ARC for files support ARC in a Non-ARC project?

Thanks!

fannheyward
  • 18,599
  • 12
  • 71
  • 109

1 Answers1

62

Yup: add the -fobjc-arc flag the same way.

Noah Witherspoon
  • 57,021
  • 16
  • 130
  • 131