[cig-commits] commit: Add -Wall to cxxflags

Mercurial hg at geodynamics.org
Fri Feb 10 16:00:39 PST 2012


changeset:   38:64a0cffd165e
user:        Walter Landry <wlandry at caltech.edu>
date:        Wed Feb 08 04:22:31 2012 -0800
files:       wscript
description:
Add -Wall to cxxflags


diff -r c408f265d389 -r 64a0cffd165e wscript
--- a/wscript	Wed Feb 08 03:46:42 2012 -0800
+++ b/wscript	Wed Feb 08 04:22:31 2012 -0800
@@ -14,7 +14,7 @@ def build(bld):
                         'compute_v_on_interface.cxx'],
 
         target       = 'Gamr_disc',
-        # cxxflags      = ['-std=c++0x','-g','-D_GLIBCXX_DEBUG'],
-        cxxflags      = ['-std=c++0x','-O3'],
+        # cxxflags      = ['-std=c++0x','-g','-D_GLIBCXX_DEBUG','-Wall'],
+        cxxflags      = ['-std=c++0x','-O3','-Wall'],
         lib = ['boost_filesystem', 'boost_system', 'gsl', 'gslcblas'],
         )



More information about the CIG-COMMITS mailing list