aboutsummaryrefslogtreecommitdiff
path: root/devel
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 /devel
parent536e500670b41d8ddee72db3cd0ee06b86508fac (diff)
Notes
Diffstat (limited to 'devel')
-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>