2025年12月14日
摘要: gcc -Og -o prog main.c sum.c cpp main.c ./tmp/main.i ccl ./tmp/main.i -Og -o ./tmp/main.s as -o ./tmp/main.o ./tmp/main.s ld -o prog [system files] ./ 阅读全文
posted @ 2025-12-14 17:59 2024211826 阅读(2) 评论(0) 推荐(0)