Hi,

On Fri, Dec 6, 2024 at 10:01 AM Soren Stoutner <so...@debian.org> wrote:
>
...
> # Append the CPPFLAGS to the standard CFLAGS and CXXFLAGS variables, which is
> how CMake likes it.  <https://wiki.debian.org/
> Hardening#Notes_for_packages_using_CMake>
> CFLAGS += $(CPPFLAGS)
> CXXFLAGS += $(CPPFLAGS)
>
> https://salsa.debian.org/python-team/packages/pyinstaller/-/blob/debian/
> master/debian/rules?ref_type=heads
>
> Does anyone know how to convince it to populate the logs with the full flags
> used to compile the binaries?

I would like to suggest you to look at the code:
https://sources.debian.org/src/structure-synth/1.5.0-7.1/debian/rules/#L6
or
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075694#56

Even if it doesn't work, we can get inspiration on how to append extra
flags during the configure phase.

Hope this helps.

BR,
Bo
>
> --
> Soren Stoutner
> so...@debian.org

Reply via email to