summaryrefslogtreecommitdiff
path: root/math/tetgen/files/patch-makefile
blob: 0602a53b63351b1f168dd365529b051e665e57b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- makefile.orig	Mon Apr 16 16:45:21 2007
+++ makefile	Wed Jul 18 22:04:08 2007
@@ -11,7 +11,7 @@
 # CXX should be set to the name of your favorite C++ compiler.
 # ===========================================================
 
-CXX = g++
+#CXX = g++
 #CXX = icpc
 #CXX = CC
 
@@ -19,7 +19,7 @@
 # -O2, -O3 ... to find the best optimization level.
 # ===================================================================
 
-CXXFLAGS = -g
+#CXXFLAGS = -g
 
 # PREDCXXFLAGS is for compiling J. Shewchuk's predicates. It should
 # always be equal to -O0 (no optimization). Otherwise, TetGen may not
@@ -38,7 +38,7 @@
 #   down the speed of TetGen.  They can be skipped by define the -DNDEBUG
 #   switch.
 
-SWITCHES = -Wall -DSELF_CHECK
+SWITCHES = -DNDEBUG
 
 # SWITCHES = -Wall -Wabi -Wctor-dtor-privacy \
 #            -Woverloaded-virtual -Wno-pmf-conversions -Wsign-promo \