diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ptypes/Makefile | 3 |
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> |