Re: devel/llvm13 failed to reclaim memory on 8 GB Pi4 running -current [UFS context: used the whole swap space too]
bob prohaska <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <[email protected]> |
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