[cig-commits] commit: Add in profiling options

Mercurial hg at geodynamics.org
Fri Mar 30 06:48:35 PDT 2012


changeset:   137:c42bf414a732
user:        Walter Landry <wlandry at caltech.edu>
date:        Thu Mar 29 20:08:33 2012 -0700
files:       wscript
description:
Add in profiling options


diff -r 01fed406ab39 -r c42bf414a732 wscript
--- a/wscript	Thu Mar 29 18:23:56 2012 -0700
+++ b/wscript	Thu Mar 29 20:08:33 2012 -0700
@@ -19,6 +19,8 @@ def build(bld):
         target       = 'Gamr_disc',
         # cxxflags      = ['-std=c++0x','-g','-Wall','-Drestrict=','-DFTENSOR_DEBUG'],
         cxxflags      = ['-std=c++0x','-O3','-Wall','-Drestrict='],
+        # cxxflags      = ['-std=c++0x','-O3','-Wall','-Drestrict=','-pg'],
+        # linkflags = ['-pg'],
         lib = ['boost_filesystem', 'boost_system', 'gsl', 'gslcblas'],
         includes = ['FTensor'],
         )



More information about the CIG-COMMITS mailing list