#1112296 pal: please enable verbose build logs

#1112296#5
Date:
2025-08-28 10:20:49 UTC
From:
To:
Hi,

currently pal does not include the full command line arguments passed to the
compiler and linker in its build logs. Here's a snippet as an example:

 [gcc debug] main.c
 [gcc debug] colorize.c
 [gcc debug] output.c
 [gcc debug] input.c

Policy 4.9.1 says that the package build should be as verbose as
reasonably possible to make life easier for porters and bug squashers
more generally:
https://www.debian.org/doc/debian-policy/ch-source.html#main-building-script-debian-rules

Dropping the '@' from the Makefiles when invoking CC should be
sufficient.

Thanks,
  Emanuele