ld - Linker ignores options from g++ -
i'm trying create object file without @-suffix g++:
g++ -wl,--add-stdcall-alias -c test.cpp
or
g++ -wl,--kill-at -c test.cpp
but none of options works.
using: mingw32 g++ v4.4, ld v2.19.1
thanks!
i'm trying create object file without @-suffix g++:
g++ -wl,--add-stdcall-alias -c test.cpp
or
g++ -wl,--kill-at -c test.cpp
but none of options works.
using: mingw32 g++ v4.4, ld v2.19.1
thanks!
Comments
Post a Comment