Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/f07313497d52d7c1866a72b2e642371e55d3fc9c >--------------------------------------------------------------- commit f07313497d52d7c1866a72b2e642371e55d3fc9c Author: Simon Marlow <[email protected]> Date: Tue May 3 15:17:29 2011 +0100 remove some old commented-out settings that no longer work >--------------------------------------------------------------- mk/build.mk.sample | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/mk/build.mk.sample b/mk/build.mk.sample index a7764e2..216ca66 100644 --- a/mk/build.mk.sample +++ b/mk/build.mk.sample @@ -136,15 +136,6 @@ endif # ----------------------------------------------------------------------------- # Other settings that might be useful -# profiled RTS -#GhcRtsCcOpts = -pg -g - -# Optimised/profiled RTS -#GhcRtsCcOpts = -O2 -pg - -#GhcRtsWithFrontPanel = YES -#SRC_HC_OPTS += `gtk-config --libs` - # NoFib settings NoFibWays = STRIP_CMD = : _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
