From: simonpj Date: Tue, 2 Apr 2002 10:27:28 +0000 (+0000) Subject: [project @ 2002-04-02 10:27:28 by simonpj] X-Git-Tag: Approx_11550_changesets_converted~2189 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5696ec98a67df55bfe8829141a315308cc6289c2;p=ghc-hetmet.git [project @ 2002-04-02 10:27:28 by simonpj] Comments --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 66d44ed..a81ff84 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -226,7 +226,7 @@ BuildingParallel=$(subst mp,YES,$(filter mp,$(WAYS))) BuildingGranSim=$(subst mg,YES,$(filter mg,$(WAYS))) #------------------------------------------------------------------------------ -# Options for GHC's Prelude +# Options for Libraries # What extra ways to build the libraries in # In addition to the normal sequential way, the default is to also build @@ -262,6 +262,21 @@ DLLized=@EnableWin32DLLs@ # MinimalUnixDeps=@MinimalUnixDeps@ +# Strip local symbols from libraries? This can make the libraries smaller, +# but makes debugging somewhat more difficult. Doesn't work with all ld's. +# +StripLibraries=NO + + +# ---------------------------------------------------------------------------- +# Object-file splitting +# +# Set SplitObjs=YES or NO in your build.mk +# +# Don't use -split-objs in in GhcLibHcOpts, because the build +# system needs to do other special magic if you are +# doing object-file splitting + # Don't split object files for libs if we're building DLLs, or booting from # .hc files. SplitObjs=YES @@ -276,11 +291,6 @@ ifeq "$(GhcUnregisterised)" "YES" SplitObjs=NO endif -# Strip local symbols from libraries? This can make the libraries smaller, -# but makes debugging somewhat more difficult. Doesn't work with all ld's. -# -StripLibraries=NO - # ---------------------------------------------------------------------------- # Options for GHC's RTS