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
ありがとう!