[PD-cvs] externals/grill/flext/buildsys/mac gnumake-gcc.inc,1.3,1.4

Thomas Grill xovo at users.sourceforge.net
Mon Jan 10 05:58:44 CET 2005


Update of /cvsroot/pure-data/externals/grill/flext/buildsys/mac
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16888/buildsys/mac

Modified Files:
	gnumake-gcc.inc 
Log Message:
better templates, some minor changes
build system: added profiler mode, more fixes


Index: gnumake-gcc.inc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/mac/gnumake-gcc.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** gnumake-gcc.inc	7 Jan 2005 04:58:46 -0000	1.3
--- gnumake-gcc.inc	10 Jan 2005 04:58:41 -0000	1.4
***************
*** 5,14 ****
  ##############################################
  
- CFLAGS += $(UFLAGS)
- 
  ifdef DEBUG
! CFLAGS += -g -D_DEBUG
  else
- CFLAGS += $(OFLAGS) -DNDEBUG
  LDFLAGS += -Wl,-S
  endif
--- 5,11 ----
  ##############################################
  
  ifdef DEBUG
! CFLAGS += -g
  else
  LDFLAGS += -Wl,-S
  endif





More information about the Pd-cvs mailing list