11 Dec
2008
11 Dec
'08
8:23 p.m.
Revision: 431 http://trac.macosforge.org/projects/darwinbuild/changeset/431 Author: wsiegrist@apple.com Date: 2008-12-11 12:23:55 -0800 (Thu, 11 Dec 2008) Log Message: ----------- Re-add -g Modified Paths: -------------- trunk/darwintrace/Makefile Modified: trunk/darwintrace/Makefile =================================================================== --- trunk/darwintrace/Makefile 2008-12-10 00:19:20 UTC (rev 430) +++ trunk/darwintrace/Makefile 2008-12-11 20:23:55 UTC (rev 431) @@ -21,7 +21,7 @@ darwintrace.dylib: darwintrace.c cc -o $(OBJROOT)/$@ \ $(ARCHS) \ - -Wall -Werror -pedantic -std=c99 \ + -g -Wall -Werror -pedantic -std=c99 \ -flat_namespace \ -fno-common \ $(CFLAGS) \