From: simonmar Date: Mon, 1 Mar 2004 10:14:54 +0000 (+0000) Subject: [project @ 2004-03-01 10:14:54 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~36 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=712290dc9fda7fc51c3c309367e7b2535033d76b [project @ 2004-03-01 10:14:54 by simonmar] Add -fno-generics to SRC_HC_OPTS --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 3443f52..b040e58 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -303,7 +303,7 @@ SRC_MKDEPENDC_OPTS += -I$(GHC_INCLUDE_DIR) # Haskell compilations SRC_HC_OPTS += \ - -cpp -fglasgow-exts -Rghc-timing \ + -cpp -fglasgow-exts -fno-generics -Rghc-timing \ -I. -IcodeGen -InativeGen -Iparser # Omitted: -I$(GHC_INCLUDE_DIR)