Development/아이폰
[Objective-C] ARC(Automatic Reference Counting) on llvm
江多林
2013. 6. 30. 19:19
ARC - Automatic Reference Counting
http://clang.llvm.org/docs/AutomaticReferenceCounting.html
요약은 나중에.
-fno-objc-arc : ARC 기본 프로젝트에서 ARC 적용없이 컴파일 하는 컴파일 옵션
-fobjc-arc : no-ARC 기본 프로젝트에서 ARC 적용하여 컴파일 하는 컴파일 옵션