Skip to content

Commit 4a53af2

Browse files
committed
Try not stripping
1 parent 42aff5a commit 4a53af2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

etc/scripts/release.hs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,10 @@ rules global@Global{..} args = do
274274
,"/t", "http://timestamp.verisign.com/scripts/timestamp.dll"
275275
,out])
276276
(removeFile out)
277+
-- FIXME testing if the stripping was causing the segfault
277278
Linux ->
278-
cmd "strip -p --strip-unneeded --remove-section=.comment -o"
279+
-- cmd "strip -p --strip-unneeded --remove-section=.comment -o"
280+
cmd "cp" $ reverse
279281
[out, releaseBinDir </> binaryName </> stackExeFileName]
280282
_ ->
281283
cmd "strip -o"

0 commit comments

Comments
 (0)