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.
我正在尝试使用 g++ 创建没有 @-suffix 的目标文件:
g++ -Wl,--add-stdcall-alias -c test.cpp
或者
g++ -Wl,--kill-at -c test.cpp
但没有一个选项有效。
使用:MinGW32 与 g++ v4.4、ld v2.19.1
谢谢!