Compile source code without linking

clang

  • Compiler for C, C++, and Objective-C source files. Can be used as a drop-in replacement for GCC.
    More information: <https://clang.llvm.org/docs/ClangCommandLineReference.html>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

clang -c {{input_source.c}}

click the source code to copy install clang on any operating system with command-not-found.com