[cig-commits] commit: Add FTENSOR_DEBUG to debug compile flags

Mercurial hg at geodynamics.org
Thu Mar 29 11:54:47 PDT 2012


changeset:   132:a51337341828
user:        Walter Landry <wlandry at caltech.edu>
date:        Thu Mar 29 11:46:52 2012 -0700
files:       wscript
description:
Add FTENSOR_DEBUG to debug compile flags


diff -r fbb0463fa3ed -r a51337341828 wscript
--- a/wscript	Wed Mar 28 13:53:34 2012 -0700
+++ b/wscript	Thu Mar 29 11:46:52 2012 -0700
@@ -17,7 +17,7 @@ def build(bld):
                         'Interface/Interface.cxx'],
 
         target       = 'Gamr_disc',
-        # cxxflags      = ['-std=c++0x','-g','-Wall','-Drestrict='],
+        # cxxflags      = ['-std=c++0x','-g','-Wall','-Drestrict=','-DFTENSOR_DEBUG'],
         cxxflags      = ['-std=c++0x','-O3','-Wall','-Drestrict='],
         lib = ['boost_filesystem', 'boost_system', 'gsl', 'gslcblas'],
         includes = ['FTensor'],



More information about the CIG-COMMITS mailing list