Lean, Mean, Gaming Machine
March 16, 2022•63 words
I compiled TAF today without any of the debug information. Basically that just means removing the -g option from the CFLAGS line of the makefile:
CFLAGS = -Wall -g `pkg-config --cflags gtk+-3.0`
TAF compiled to an executable binary of just 130 KB!
Yes, that's kilobytes. Sometimes I amaze myself :)
Actually, sometimes the gcc compiler amazes me. Even after all these years.