TetGen 1.5.0

- obtained from www.wias-berlin.de
- license change from MIT with non-commercial addition to AGPLv3
This commit is contained in:
Hang Si
2013-11-06 22:26:00 +01:00
committed by Juergen Fuhrmann
parent bf6c994688
commit 1eb7385637
8 changed files with 26517 additions and 29211 deletions

View File

@@ -19,11 +19,9 @@ CXX = g++
# -O2, -O3 ... to find the best optimization level.
# ===================================================================
CXXFLAGS = -g
CXXFLAGS = -O3
# PREDCXXFLAGS is for compiling J. Shewchuk's predicates. It should
# always be equal to -O0 (no optimization). Otherwise, TetGen may not
# work properly.
# PREDCXXFLAGS is for compiling J. Shewchuk's predicates.
PREDCXXFLAGS = -O0
@@ -38,14 +36,7 @@ PREDCXXFLAGS = -O0
# down the speed of TetGen. They can be skipped by define the -DNDEBUG
# switch.
SWITCHES = -Wall -DSELF_CHECK
# SWITCHES = -Wall -Wabi -Wctor-dtor-privacy \
# -Woverloaded-virtual -Wno-pmf-conversions -Wsign-promo \
# -Wsynth -Wchar-subscripts -Wconversion -Wsign-compare \
# -Wcomment -Wimplicit -Wmissing-braces -Wparentheses \
# -Wreturn-type -Wswitch -Wswitch-default \
# -Wswitch-enum -Wtrigraphs -W -DSELF_CHECK
SWITCHES =
# RM should be set to the name of your favorite rm (file deletion program).