feat(sterni/blipqn): print some extra information when using :debug
Change-Id: I92ebde397e679c7e3f8ddcf6fcecd6af5c84f629 Reviewed-on: https://cl.tvl.fyi/c/depot/+/13012 Reviewed-by: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI
This commit is contained in:
parent
a9e121380b
commit
10dc365e34
2 changed files with 20 additions and 1 deletions
|
|
@ -17,8 +17,9 @@ let
|
|||
pkgs.cbqn
|
||||
];
|
||||
|
||||
meta.ci.targets = [ "debug" ];
|
||||
passthru.debug = drv.overrideAttrs (old: {
|
||||
CFLAGS = "-g -Werror";
|
||||
CFLAGS = "-g -Werror -DFLIPDOT_DEBUG=1";
|
||||
});
|
||||
};
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue