benchmarks/stress-ng: fix build on powerpc by disabling optimizations

LLVM ERROR: out of memory
This commit is contained in:
Piotr Kubaj 2024-02-09 16:52:27 +01:00
parent 58d81ef213
commit 2d677b5592
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ XXHASH_LDFLAGS= -lxxhash
GPU_USES= gl
CFLAGS_powerpc= -O0
MAKE_ARGS= VERBOSE=1
.include <bsd.port.options.mk>