From e0ff9098965972b7d9eab50584a6fd556aaecbbe Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 18 May 2002 09:33:59 +0000 Subject: [PATCH] *** empty log message *** --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d2dbec32c9..e68a9f2680 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.212 2002-05-18 07:28:53 geuzaine Exp $ +# $Id: Makefile,v 1.213 2002-05-18 09:33:59 geuzaine Exp $ GMSH_MAJOR_VERSION = 1 GMSH_MINOR_VERSION = 35 @@ -214,7 +214,7 @@ bb: initialtag @for i in $(GMSH_BOX_DIR); do (cd $$i && $(MAKE) \ "CXX=$(CXX)" \ "CC=$(CC)" \ - "OPT_FLAGS=-O3" \ + "OPT_FLAGS=$(FLAGS)" \ "OS_FLAGS=" \ "VERSION_FLAGS=-D_BLACKBOX" \ "GL_INCLUDE=" \ -- GitLab