[cig-commits] commit: Get rid of -D_GLIBCXX_DEBUG since you really have to compile

Mercurial hg at geodynamics.org
Tue Mar 20 14:53:52 PDT 2012


changeset:   98:1794f9c80966
user:        Walter Landry <wlandry at caltech.edu>
date:        Tue Mar 20 13:14:25 2012 -0700
files:       wscript
description:
Get rid of -D_GLIBCXX_DEBUG since you really have to compile
everything together for it to work.


diff -r ef9ff9eaa828 -r 1794f9c80966 wscript
--- a/wscript	Mon Mar 19 14:52:28 2012 -0700
+++ b/wscript	Tue Mar 20 13:14:25 2012 -0700
@@ -14,7 +14,7 @@ def build(bld):
                         'compute_Cp.cxx'],
 
         target       = 'Gamr_disc',
-        # cxxflags      = ['-std=c++0x','-g','-D_GLIBCXX_DEBUG','-Wall','-Drestrict='],
+        # cxxflags      = ['-std=c++0x','-g','-Wall','-Drestrict='],
         cxxflags      = ['-std=c++0x','-O3','-Wall','-Drestrict='],
         lib = ['boost_filesystem', 'boost_system', 'gsl', 'gslcblas'],
         includes = ['FTensor'],



More information about the CIG-COMMITS mailing list