summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-25 19:16:08 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-25 19:16:08 +0000
commit525c756eb45c9aa46719720372840ca2db2f9085 (patch)
treee23c24f41c1653b5eaf631a4a54c3d37b6525c70
parent- define MAXPATHLEN in confix.X so that names of backup files are not (diff)
- Disable OPTIMIZED knob by default
PR: ports/64725 Submitted by: maintainer
-rw-r--r--devel/ptypes/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/ptypes/Makefile b/devel/ptypes/Makefile
index 8bd6e405da1c..b1a3c414f5eb 100644
--- a/devel/ptypes/Makefile
+++ b/devel/ptypes/Makefile
@@ -22,8 +22,7 @@ PLIST_SUB+= SHLIB_VER=${SHLIB_VER}
PTYPES_CFLAGS= ${CFLAGS}
OPTIONS= DEBUG "Build debug version" off \
- OPTIMIZED "Enable -O2 optimization" on
-WITH_OPTIMIZED?= yes
+ OPTIMIZED "Enable -O2 optimization" off
.include <bsd.port.pre.mk>