Hello GHC,

sorry, i'm still user of 6.6.1 version

the following command: ghc --make .... -optl-s

strips the executable while the following command

ghc --make .... -optl--strip-all

has no effect. i made some experiments and it seems that options
starting with "--" are not sent to ld at all (you can write
-optl--unexisting-option but not -optl-#)
  

-- 
Best regards,
 Bulat                          mailto:[EMAIL PROTECTED]

_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to