Revision: 129
Author: skilvington
Date: 2006-07-04 01:56:19 -0700 (Tue, 04 Jul 2006)
ViewCVS: http://svn.sourceforge.net/redbutton/?rev=129&view=rev
Log Message:
-----------
add (commented out) gprof gcc flags
Modified Paths:
--------------
redbutton-browser/trunk/Makefile
Modified: redbutton-browser/trunk/Makefile
===================================================================
--- redbutton-browser/trunk/Makefile 2006-06-29 16:15:27 UTC (rev 128)
+++ redbutton-browser/trunk/Makefile 2006-07-04 08:56:19 UTC (rev 129)
@@ -1,7 +1,10 @@
CC=gcc
CFLAGS=-Wall -O2
+# gprof profiling
+#CFLAGS=-Wall -O2 -pg
DEFS=-D_REENTRANT -D_GNU_SOURCE
+# safe_malloc debugging
#DEFS=-DDEBUG_ALLOC -D_REENTRANT -D_GNU_SOURCE
INCS=`freetype-config --cflags`
LIBS=-lm -lz -L/usr/X11R6/lib -lX11 -lXext -lXt -lXrender -lXft -lpng -lmpeg2 -lmpeg2convert -lavformat -lavcodec -lasound -lpthread
@@ -111,7 +114,7 @@
${CC} ${CFLAGS} ${DEFS} -o berdecode berdecode.c
clean:
- rm -f rb-browser rb-keymap xsd2c dertest dertest-mheg.[ch] berdecode *.o ISO13522-MHEG-5.[ch] clone.[ch] rtti.h core
+ rm -f rb-browser rb-keymap xsd2c dertest dertest-mheg.[ch] berdecode *.o ISO13522-MHEG-5.[ch] clone.[ch] rtti.h gmon.out core
TARDIR=`basename ${PWD}`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|