[编译] g++ 与 Makefile

g++ -c CppSoureFile -o ObjectCodeFile

 -c  编译而不链接

-lm  链接数学库

-static  生成静态链接的程序

posted on 2015-12-17 16:15  RuriGokou  阅读(180)  评论(0编辑  收藏  举报

导航