On 2024/01/27 16:58, Laurent Cheylus wrote:
> 
> Attached, a new version of my port adding a patch for Makefile:
> 
> - remove ANSI colour sequence during build/link
> - remove part to use all CPU cores by default during build
> - remove unnecessary -fstack-clash-protection flag
> - use -lkvm flag only for link (suppress warnings when used during build)
> 
> > Thanks. Will look further after I've got my workstation updated with
> > newer libc++.
> 
> OK, waiting your upgrade for the newest libc++ version to build/test my port.
> 
> Laurent
> 

Please remove the -O2 from OPTFLAGS, otherwise if you use e.g.
"make CXXFLAGS=-O0" it uses "-O0 -O2" and the -O2 takes priority.

I need to use --utf-force otherwise I get this:

$ btop
ERROR: No UTF-8 locale detected!
Use --utf-force argument to force start if you're sure your terminal can handle 
it.

(I am in a UTF-8 environment but as is common on OpenBSD that's set
via LC_CTYPE not LC_ALL).

Reply via email to