
24 Oct
2006
24 Oct
'06
5:18 p.m.
Hi Dimitry,
I need to have a .ycr (YHC core) file generated for each .hbc file that is generated when building YHC (prelude, packages). I am guessing, I have to add the -corep option somewhere in Scons building scripts. Can this be done in a single place (toplevel SConstruct), or in multiple?
See http://haskell.org/haskellwiki/Yhc/Building#Scons_Options, in particular core=1 - I needed this too! Put it on the command line, or in options.txt so its always there. Thanks Neil