dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/profiles compact,1.1,1.2 ecma,1.1,1.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/profiles compact,1.1,1.2 ecma,1.1,1.2 full,1.1,1.2 kernel,1.1,1.2
Date: Tue, 15 Apr 2003 08:34:38 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/profiles
In directory subversions:/tmp/cvs-serv2498/profiles

Modified Files:
        compact ecma full kernel 
Log Message:


Suppress debug line information in the "compact" and "kernel"
profiles, to save memory on embedded systems.


Index: compact
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/compact,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** compact     18 Jun 2002 05:35:25 -0000      1.1
--- compact     15 Apr 2003 12:34:35 -0000      1.2
***************
*** 24,26 ****
--- 24,29 ----
  <define name="CONFIG_FILESYSTEM" value="true"/>
  
+ <!-- Use line number debug information -->
+ <define name="CONFIG_DEBUG_LINES" value="false"/>
+ 
  </profile>

Index: ecma
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/ecma,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ecma        18 Jun 2002 05:35:25 -0000      1.1
--- ecma        15 Apr 2003 12:34:35 -0000      1.2
***************
*** 24,26 ****
--- 24,29 ----
  <define name="CONFIG_FILESYSTEM" value="true"/>
  
+ <!-- Use line number debug information -->
+ <define name="CONFIG_DEBUG_LINES" value="true"/>
+ 
  </profile>

Index: full
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/full,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** full        18 Jun 2002 05:35:25 -0000      1.1
--- full        15 Apr 2003 12:34:35 -0000      1.2
***************
*** 24,26 ****
--- 24,29 ----
  <define name="CONFIG_FILESYSTEM" value="true"/>
  
+ <!-- Use line number debug information -->
+ <define name="CONFIG_DEBUG_LINES" value="true"/>
+ 
  </profile>

Index: kernel
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/kernel,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** kernel      18 Jun 2002 05:35:25 -0000      1.1
--- kernel      15 Apr 2003 12:34:35 -0000      1.2
***************
*** 24,26 ****
--- 24,29 ----
  <define name="CONFIG_FILESYSTEM" value="true"/>
  
+ <!-- Use line number debug information -->
+ <define name="CONFIG_DEBUG_LINES" value="false"/>
+ 
  </profile>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]