Skip to content
NOTES.txt 198 B
Newer Older


To time GCC preprocessing speed without output, use:
   "time gcc -MM file"

Interesting fact:
  clang -Eonly INPUTS/carbon-header-C-E.c

is faster than:
  wc -w INPUTS/carbon-header-C-E.c
!!