Skip to content
Snippets Groups Projects
Commit 086d9f0f authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

restore optimization for linux builds, since new versions of gcc (>3) seem to behave better...

parent f85774f5
No related branches found
No related tags found
No related merge requests found
# $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_MAJOR_VERSION = 1
GMSH_MINOR_VERSION = 35 GMSH_MINOR_VERSION = 35
...@@ -107,7 +107,7 @@ compile-linux: initialtag ...@@ -107,7 +107,7 @@ compile-linux: initialtag
@for i in $(GMSH_FLTK_DIR); do (cd $$i && $(MAKE) \ @for i in $(GMSH_FLTK_DIR); do (cd $$i && $(MAKE) \
"CXX=$(CXX)" \ "CXX=$(CXX)" \
"CC=$(CC)" \ "CC=$(CC)" \
"OPT_FLAGS=-g -Wall -Wno-uninitialized" \ "OPT_FLAGS=-O3 -Wall -Wno-uninitialized" \
"OS_FLAGS=-D_LITTLE_ENDIAN" \ "OS_FLAGS=-D_LITTLE_ENDIAN" \
"VERSION_FLAGS=-D_FLTK" \ "VERSION_FLAGS=-D_FLTK" \
"GL_INCLUDE=" \ "GL_INCLUDE=" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment