Revision: 11630
          http://xorp.svn.sourceforge.net/xorp/?rev=11630&view=rev
Author:   bms_fbsd
Date:     2009-11-29 02:46:41 +0000 (Sun, 29 Nov 2009)

Log Message:
-----------
Comment out WITH_PPROF; don't define it by default (even if pprof
is in use), it will force recompilation even when not needed.

Modified Paths:
--------------
    trunk/xorp/SConstruct

Modified: trunk/xorp/SConstruct
===================================================================
--- trunk/xorp/SConstruct       2009-11-29 02:45:56 UTC (rev 11629)
+++ trunk/xorp/SConstruct       2009-11-29 02:46:41 UTC (rev 11630)
@@ -430,7 +430,7 @@
         # If you do insert calls, please bracket them with WITH_PPROF.
         if env['profile'] == 'pprof':
             env.AppendUnique( LIBS = [ 'profiler' ] )
-            env.AppendUnique( CPPDEFINES = [ 'WITH_PPROF' ] )
+            #env.AppendUnique( CPPDEFINES = [ 'WITH_PPROF' ] )
 
 env.AppendUnique(CPPDEFINES = [
     ( '_FORTIFY_SOURCE', 0 ),


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

_______________________________________________
Xorp-cvs mailing list
[email protected]
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs

Reply via email to