I have several inline static C functions. And I call Objective-C codes including [-release].
The problem is I have to compile this code both of ARC or non-ARC targets. So I think I need conditional compilation by predefined compiler flag. What flag should I use for this?
From http://lists.apple.com/archives/xcode-users/2011/Aug/msg00252.html: