[编译] g++ 与 Makefile时间:2023-06-02 11:46:14 g++ -c CppSoureFile -o ObjectCodeFile -c 编译而不链接 -lm 链接数学库 -static 生成静态链接的程序