There was an error while loading. Please reload this page.
1 parent 42aff5a commit 4a53af2Copy full SHA for 4a53af2
etc/scripts/release.hs
@@ -274,8 +274,10 @@ rules global@Global{..} args = do
274
,"/t", "http://timestamp.verisign.com/scripts/timestamp.dll"
275
,out])
276
(removeFile out)
277
+ -- FIXME testing if the stripping was causing the segfault
278
Linux ->
- cmd "strip -p --strip-unneeded --remove-section=.comment -o"
279
+ -- cmd "strip -p --strip-unneeded --remove-section=.comment -o"
280
+ cmd "cp" $ reverse
281
[out, releaseBinDir </> binaryName </> stackExeFileName]
282
_ ->
283
cmd "strip -o"
0 commit comments