X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=af7dbe9c6034a0708810967925e23712c7ff600e;hb=3ab57e452b212ca2cf361841b24d67aae1860b47;hp=e1500b79e1ec2ac8cd441eb1cac2bf7f0d1aa027;hpb=a277751c44d6db6f4aa93fd8dc06bfdfbdc86760;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index e1500b7..af7dbe9 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -319,8 +319,13 @@ endif # # -O is pretty desirable, otherwise no inlining of prelude # things (incl "+") happens when compiling with this compiler +# +# -fgenerics switches on generation of support code for +# derivable type classes. This is now off by default, +# but we switch it on for the libraries so that we generate +# the code in case someone importing wants it -GhcLibHcOpts=-O -Rghc-timing +GhcLibHcOpts=-O -Rghc-timing -fgenerics # Win32 only: Enable the RTS and libraries to be built as DLLs DLLized=@EnableWin32DLLs@ @@ -764,12 +769,6 @@ HaveLibMingwEx = @HaveLibMingwEx@ HaveFrameworkHaskellSupport = @HaveFrameworkHaskellSupport@ #----------------------------------------------------------------------------- -# Regex library -# (if present in libc use that one, otherwise use the one in the tree) -# -HavePosixRegex = @HavePosixRegex@ - -#----------------------------------------------------------------------------- # Flex (currently unused, could be moved to glafp-utils) # FLEX = @LEX@