[Tinyos-commits] CVS: tinyos-1.x/tools/make/avr debugopt.extra, 1.1, 1.2

David Gay idgay at users.sourceforge.net
Tue Feb 7 09:13:40 PST 2006


Update of /cvsroot/tinyos/tinyos-1.x/tools/make/avr
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3706

Modified Files:
	debugopt.extra 
Log Message:
debugopt wasn't optimising


Index: debugopt.extra
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/make/avr/debugopt.extra,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** debugopt.extra	8 Jan 2004 03:45:55 -0000	1.1
--- debugopt.extra	7 Feb 2006 17:13:37 -0000	1.2
***************
*** 2,5 ****
  #$Id$
  
! OPTFLAGS += -g
  
--- 2,5 ----
  #$Id$
  
! OPTFLAGS += -g -Os
  



More information about the Tinyos-commits mailing list