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

*** empty log message ***

parent e1fe26aa
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.142 2006-11-25 20:08:39 geuzaine Exp $ # $Id: Makefile,v 1.143 2006-11-25 21:56:46 geuzaine Exp $
# #
# Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle # Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
# #
...@@ -52,13 +52,6 @@ ${LIB}: ${OBJ} ...@@ -52,13 +52,6 @@ ${LIB}: ${OBJ}
.cpp.o: .cpp.o:
${CXX} ${CFLAGS} -c $< ${CXX} ${CFLAGS} -c $<
# Don't optimize 3D_Mesh: it sometimes mysteriously crashes on Linux
3D_Mesh.o:
${CXX} ${FLAGS} ${INCLUDE} -c $<
# Don't optimize BDS: it leads to erroneous results with gcc 4.0
BDS.o:
${CXX} ${FLAGS} ${INCLUDE} -c $<
clean: clean:
rm -f *.o rm -f *.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment