# HG changeset patch # User gedeone-octave # Date 1374749635 -7200 # Node ID 21eff545a00428ed0d4d9f5ee8af705b51406db7 # Parent 65aa84962d38830062353302398c521bf190f7c1 Remove the -wall command from the makefile diff -r 65aa84962d38 -r 21eff545a004 bin/codeCreator.py --- 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