gcc компиляция

Forums:

Флаги:

  1. c флаг - компилирует исходные файлы , но не связывает их. - то есть получаем несколько отдельных файлов с расширением .o по умолчанию

    -c Compile or assemble the source files, but do not link. The linking
    stage simply is not done. The ultimate output is in the form of an
    object file for each source file.

    By default, the object file name for a source file is made by
    replacing the suffix .c, .i, .s, etc., with .o.

    Unrecognized input files, not requiring compilation or assembly,
    are ignored.

_____________________________________________
Источники(читать подробнее)=
Ключевые слова и фразы(для поиска)=