jetbrains.goland: Fix debugging
This commit is contained in:
parent
9ef985aa84
commit
76034fee72
1 changed files with 2 additions and 2 deletions
|
@ -93,8 +93,8 @@ let
|
|||
chmod +x $out/goland*/plugins/go/lib/dlv/linux/dlv
|
||||
|
||||
# fortify source breaks build since delve compiles with -O0
|
||||
wrapProgram $out/goland*/plugins/go/lib/dlv/linux/dlv \
|
||||
--prefix disableHardening " " fortify
|
||||
wrapProgram $out/bin/goland \
|
||||
--set CGO_CPPFLAGS "-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
|
||||
'';
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue