cc vs gcc comparison

·

1 min read

ccgcc
Full NameC CompilerGNU Compiler Collection
DeveloperAT&T's Bell LabsFree Software Foundation
Supported LanguagesPrimarily CC, C++, Objective-C, Fortran, Ada, Go, and D
OptimizationBasic optimizationAdvanced options like -O2, -O3, etc.
Error ReportsBasic error reportingDetailed warnings and errors
PlatformMainly Unix and Unix-like systemsCross-platform (Windows, Linux, Mac OS X, etc.)
Debug InfoGenerates debug infoMore detailed debug info with -g option
LinkerUses default system linkerCan use GNU ld or other linkers