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:
parent
4d0eafc7b8
commit
00954f44fc
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user