Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pkgs.enableDebugging ((pkgs.qemu.overrideAttrs (old: rec {
- NIX_CFLAGS_COMPILE = [ old.NIX_CFLAGS_COMPILE "-g" "-Og" ];
- NIX_LDFLAGS = (old.NIX_LDFLAGS or []) ++ [ "-g" ];
- dontStrip = true;
- }))
Add Comment
Please, Sign In to add comment