參考:http://gcc.gnu.org/onlinedocs/gcc-3.2/gcc/Variable-Attributes.html
用法:
char *kTest __attribute((used, section("__DATA, Testdata"))) = "i/m test";
使用 used字段,即使沒有任何引用,在Release下也不會被優化
參考:http://gcc.gnu.org/onlinedocs/gcc-3.2/gcc/Variable-Attributes.html
用法:
char *kTest __attribute((used, section("__DATA, Testdata"))) = "i/m test";
使用 used字段,即使沒有任何引用,在Release下也不會被優化
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。