From: dsyme Date: Tue, 3 Apr 2001 15:30:03 +0000 (+0000) Subject: [project @ 2001-04-03 15:30:03 by dsyme] X-Git-Tag: Approximately_9120_patches~2217 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e62dfcd15bde4b012f3865a125f69a4cf7a6223e;p=ghc-hetmet.git [project @ 2001-04-03 15:30:03 by dsyme] Fix by Reuben Thomas on Don's machine. CC optsions passed to GHC now have -optc added at the point where we choose to use GHC as the CC compiler, i.e. at "CC=..." in ghc/rts/Makefile and ghc/compiler/Makefile. --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 84034a7..5b99e95 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -262,7 +262,7 @@ StripLibraries=NO # For an optimised RTS: GhcRtsHcOpts=-O2 -GhcRtsCcOpts=-O2 -optc-fomit-frame-pointer +GhcRtsCcOpts=-O2 -fomit-frame-pointer # Include the front panel code? Needs GTK+. GhcRtsWithFrontPanel = NO