Revision
431
Author
wsiegrist@apple.com
Date
2008-12-11 12:23:55 -0800 (Thu, 11 Dec 2008)

Log Message

Re-add -g

Modified Paths

Diff

Modified: trunk/darwintrace/Makefile (430 => 431)


--- 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) \