[project @ 2004-03-01 10:14:54 by simonmar]
authorsimonmar <unknown>
Mon, 1 Mar 2004 10:14:54 +0000 (10:14 +0000)
committersimonmar <unknown>
Mon, 1 Mar 2004 10:14:54 +0000 (10:14 +0000)
Add -fno-generics to SRC_HC_OPTS

ghc/compiler/Makefile

index 3443f52..b040e58 100644 (file)
@@ -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)