Re: blhc failing due to non-verbose build

2024-12-05 Thread Bo YU
Hi, On Fri, Dec 6, 2024 at 10:01 AM Soren Stoutner wrote: > ... > # Append the CPPFLAGS to the standard CFLAGS and CXXFLAGS variables, which is > how CMake likes it. Hardening#Notes_for_packages_using_CMake> > CFLAGS += $(CPPFLAGS) > CXXFLAGS += $(CPPFLAGS) > > https:

blhc failing due to non-verbose build

2024-12-05 Thread Soren Stoutner
I am working on PyInstaller, which is mostly written in Python, but compiles a bootloader written in c. blhc failes because the longs do not contain verbose compile flags. 111:NONVERBOSE BUILD: [ 1/21] Compiling src/pyi_utils.c 112:NONVERBOSE BUILD: [ 2/21] Compiling src/pyi_main.c 113:NONVERBO