textproc/hs-pandoc: Disable optimizations for aarch64.

The same time the port is failing on aarch64 on the cluster for unknown
reason. Disable optimizations to see if that helps.
This commit is contained in:
Gleb Popov 2022-09-19 09:45:58 +03:00
parent 4d0eafc7b8
commit 00954f44fc

View File

@ -228,9 +228,9 @@ OPTIONS_SUB= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == i386
.if ${ARCH} == i386 || ${ARCH} == aarch64
# compiler goes out of memory
BUILD_ARGS+= --disable-optimization
BUILD_ARGS+= --disable-optimization
.endif
post-install-EMBED_DATA-off: