view conf-cc.ac @ 13:0a35d8de4296

support profiling with gprof
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Fri, 07 Feb 2025 14:43:27 +0000
parents 3bfef1f22a97
children
line wrap: on
line source

gcc CFLAGS -include /usr/include/errno.h -fPIC -fdiagnostics-color=always

This will be used to compile .c files.
Replace CFLAGS with -O -ggdb for debugging, -O2 for production