我是 Java 程序员,正在研究 JNI。要生成有效的 DLL 文件,我需要在我的 Eclipse CDT 中添加 -Wl,--kill-at 链接器选项。但我不知道为什么我们需要 --kill-at 以及它是什么。
在网上搜索后,我从这个链接得到了以下详细信息。
但我没有正确理解它。有人可以详细解释一下吗?
--kill-at
If given, the stdcall suffixes (@nn) will be stripped from symbols before they are exported.
[This option is specific to the i386 PE targeted port of the linker]