diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-12 09:11:39 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-12 09:11:39 +0000 |
commit | 3bd1ad1a98527b9376453014b5dfc04eae1d6ece (patch) | |
tree | 091957edb2ff517d4ca0622d46e43404ba42745d /devel | |
parent | e50992e9e2d1267558349d114bcf1565f5b9205d (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ptypes/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/ptypes/Makefile b/devel/ptypes/Makefile index 43f90b1084ee..8bd6e405da1c 100644 --- a/devel/ptypes/Makefile +++ b/devel/ptypes/Makefile @@ -23,6 +23,7 @@ PTYPES_CFLAGS= ${CFLAGS} OPTIONS= DEBUG "Build debug version" off \ OPTIMIZED "Enable -O2 optimization" on +WITH_OPTIMIZED?= yes .include <bsd.port.pre.mk> |