ended9월 11일· 1 sources

GCC Flags Notes

Why it matters

My notes on GNU C Compiler (GCC) Flags Basic Flags -c It tells GCC to compile the source file into an object file (.o), but do not link it into an executable. gcc -c main.c This produces: main.o Then ...

1
Sources
+0
24h
Growth
4d
Active

Sources

Related Issues