I just started coding in C, and ran someone else\'s Makefile with the default C compiler set to gcc. I am on Mac OSX 10.8 Mountain Lion and I believe I installed the compiler wi
The -g flag to GCC will generate debug symbols. You may simply remove that flag from CFLAGS.
-g
CFLAGS