diff options
Diffstat (limited to 'freebsd/Makefile')
-rw-r--r-- | freebsd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/freebsd/Makefile b/freebsd/Makefile index 4283bcc..74d1aa3 100644 --- a/freebsd/Makefile +++ b/freebsd/Makefile @@ -73,6 +73,8 @@ LEXILLA_CONFIGURE_OFF= --without-lexilla MALLOC_REPLACEMENT_CONFIGURE_ON= --enable-malloc-replacement TECO_INTEGER_32_CONFIGURE_ON= --with-teco-integer=32 +WITH_LTO= yes + .include <bsd.port.pre.mk> .if ${FLAVOR} == gtk |