Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
デバッガーでコマンドを JavaScript エンジンに送信するために使用したい C で記述した関数があります。この関数はコードで直接使用されないため、リンカはこのシンボルを取り除きます。特定の関数を削除しないようにマークする方法はありますか?
それを見つけた!
http://disanji.net/iOS_Doc/#documentation/DeveloperTools/Conceptual/XcodeBuildSystem/500-Linking/bs_linking.html
宣言は持っているべきです
__attribute__((used))