From 35cd30bf8587a216449fc7925d0ea90524c9eaf4 Mon Sep 17 00:00:00 2001 From: rrt <unknown> Date: Tue, 9 May 2000 12:34:29 +0000 Subject: [PATCH] [project @ 2000-05-09 12:34:29 by rrt] Point out in the comment for GhcLibHcOpts that it also applies to the standard library and hslibs. --- mk/config.mk.in | 1 + 1 file changed, 1 insertion(+) diff --git a/mk/config.mk.in b/mk/config.mk.in index d8fdf44f1144..45824f71d294 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -209,6 +209,7 @@ GhcLibWays=p endif # Option flags to pass to GHC when it's compiling prelude modules +# *and* standard library modules (std) *and* modules in hslibs # Typically these are things like -O or -dcore-lint # The ones that are *essential* are wired into ghc/lib/Makefile # -- GitLab