changeset 60:21eff545a004

Remove the -wall command from the makefile
author gedeone-octave <marco.vassallo@outlook.com>
date Thu, 25 Jul 2013 12:53:55 +0200
parents 65aa84962d38
children 93e538063278
files bin/codeCreator.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/codeCreator.py	Thu Jul 25 12:45:21 2013 +0200
+++ b/bin/codeCreator.py	Thu Jul 25 12:53:55 2013 +0200
@@ -35,7 +35,7 @@
     self.name = "Makefile_"+kwargs["name"]
     self.body = Template ("""
 DIR = $path
-CPPFLAGS= -Wall
+CPPFLAGS=
 LIBS= -ldolfin
 MKOCTFILE = mkoctfile
 FFC = ffc