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!


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -