From 3321ef43e1f5792ff97f69c665a2703450c6081d Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 19 Apr 2005 12:29:56 +0000 Subject: [PATCH] [project @ 2005-04-19 12:29:56 by simonmar] Now build.mk.sample does *nothing* by default --- mk/build.mk.sample | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 -- 1.7.10.4