mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
acd9f95a24
- Replace the test target by the canonical regression-test. PR: ports/114710 Submitted by: Pedro F. Giffuni via thierry
30 lines
875 B
Plaintext
30 lines
875 B
Plaintext
--- 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 \
|