aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2024-02-09 15:52:27 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2024-02-11 11:48:56 +0000
commit2d677b5592659a285ab8b6b4bd8c70c326cc6b36 (patch)
tree8379b4aeb7804d0a913b216755ac49273c819fd9
parent58d81ef213b811e52012d2b391a2c65227b20334 (diff)
downloadports-2d677b5592659a285ab8b6b4bd8c70c326cc6b36.tar.gz
ports-2d677b5592659a285ab8b6b4bd8c70c326cc6b36.zip
benchmarks/stress-ng: fix build on powerpc by disabling optimizations
LLVM ERROR: out of memory
-rw-r--r--benchmarks/stress-ng/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/stress-ng/Makefile b/benchmarks/stress-ng/Makefile
index fbaca27db7ce..da544133e849 100644
--- a/benchmarks/stress-ng/Makefile
+++ b/benchmarks/stress-ng/Makefile
@@ -44,6 +44,7 @@ XXHASH_LDFLAGS= -lxxhash
GPU_USES= gl
+CFLAGS_powerpc= -O0
MAKE_ARGS= VERBOSE=1
.include <bsd.port.options.mk>