From 086d9f0fc3b7733f286f65dc3eac355b6f69f60a Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 3 Oct 2002 07:49:16 +0000 Subject: [PATCH] restore optimization for linux builds, since new versions of gcc (>3) seem to behave better... --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 818d086728..07844eae3a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.229 2002-09-24 16:27:43 geuzaine Exp $ +# $Id: Makefile,v 1.230 2002-10-03 07:49:16 geuzaine Exp $ GMSH_MAJOR_VERSION = 1 GMSH_MINOR_VERSION = 35 @@ -107,7 +107,7 @@ compile-linux: initialtag @for i in $(GMSH_FLTK_DIR); do (cd $$i && $(MAKE) \ "CXX=$(CXX)" \ "CC=$(CC)" \ - "OPT_FLAGS=-g -Wall -Wno-uninitialized" \ + "OPT_FLAGS=-O3 -Wall -Wno-uninitialized" \ "OS_FLAGS=-D_LITTLE_ENDIAN" \ "VERSION_FLAGS=-D_FLTK" \ "GL_INCLUDE=" \ -- GitLab