Skip to content

Commit

Permalink
Try not stripping
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Apr 21, 2020
1 parent 42aff5a commit 4a53af2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion etc/scripts/release.hs
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,10 @@ rules global@Global{..} args = do
,"/t", "http://timestamp.verisign.com/scripts/timestamp.dll"
,out])
(removeFile out)
-- FIXME testing if the stripping was causing the segfault
Linux ->
cmd "strip -p --strip-unneeded --remove-section=.comment -o"
-- cmd "strip -p --strip-unneeded --remove-section=.comment -o"
cmd "cp" $ reverse
[out, releaseBinDir </> binaryName </> stackExeFileName]
_ ->
cmd "strip -o"
Expand Down

0 comments on commit 4a53af2

Please sign in to comment.