X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fbuild.mk.sample;h=b0b66d34783f56544fef2bbb3c72ef956a831f0b;hb=a97f058b9e041baaf1c90d93ebe0ed99fa3203c2;hp=9f726d25893f789dc5635b3b43ff6fe171cac54b;hpb=b71578e649e400677614f46a53ed11da7f3c9da2;p=ghc-hetmet.git 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