close
OPTION in command line
ex: g++ -W test.c -o test
-W :Print extra warning messages
-shared :This is actually an option to the linker, not the compiler.
-fpic :Position independant code, needed for shared libraries.
reference:
全站熱搜
留言列表