Re: devel/llvm13 failed to reclaim memory on 8 GB Pi4 running -current [UFS context: used the whole swap space too]
- Reply: Mark Millard : "Re: devel/llvm13 failed to reclaim memory on 8 GB Pi4 running -current [UFS context: used the whole swap space too]"
- In reply to: Mark Millard : "Re: devel/llvm13 failed to reclaim memory on 8 GB Pi4 running -current [UFS context: used the whole swap space too]"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Jan 2022 01:14:29 UTC
On Fri, Jan 28, 2022 at 04:33:11PM -0800, Mark Millard wrote: > > > The part of it that has: > > CFLAGS.clang+= -O0 > .if empty(DEBUG_FLAGS) > MK_DEBUG_FILES:=no > CFLAGS.clang+= -g0 > .endif > > is important to limiting memory use for building > googletest. > The version on my Pi3 running stable/13 contains CFLAGS.clang+= -O0 .if empty(DEBUG_FLAGS) MK_DEBUG_FILES:=no CFLAGS.clang+= -g0 .endif No differences that I can see. bob prohaska