From: simonmar Date: Tue, 19 Apr 2005 12:29:56 +0000 (+0000) Subject: [project @ 2005-04-19 12:29:56 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~723 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=3321ef43e1f5792ff97f69c665a2703450c6081d [project @ 2005-04-19 12:29:56 by simonmar] Now build.mk.sample does *nothing* by default --- diff --git a/mk/build.mk.sample b/mk/build.mk.sample index 9f726d2..b0b66d3 100644 --- a/mk/build.mk.sample +++ b/mk/build.mk.sample @@ -5,14 +5,16 @@ # overall build type, and then tweak the options in the relevant section # below. -BuildFlavour = devel +# Uncomment one of these to select a build profile below: + +#BuildFlavour = devel #BuildFlavour = perf # -------- Misc. settings ----------------------------------------------------- # Not necessary to set this, but useful if you have other projects checked-out -# in your source tree. -ProjectsToBuild = glafp-utils ghc libraries hslibs +# in your source tree: +# ProjectsToBuild = glafp-utils ghc libraries hslibs # Which warnings we like to use MyWarningOpts = -W -fno-warn-unused-matches -fwarn-unused-imports