Finish #3439: -ticky implies -debug at link time; the ticky "way" has gone
authorSimon Marlow <marlowsd@gmail.com>
Wed, 4 Nov 2009 14:55:07 +0000 (14:55 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Wed, 4 Nov 2009 14:55:07 +0000 (14:55 +0000)
commitf3795c06370ed317957028027e4d18682bfeb447
tree31d53fd409042667871addf637a5d67a20f63d86
parent5205edda3f16a6e93e5e0749f3dcb3f7831a317e
Finish #3439: -ticky implies -debug at link time; the ticky "way" has gone

To get ticky profiling you still have to compile with -ticky (for
those modules that you want to profile), but you can link with either
-debug or -ticky.
compiler/main/DynFlags.hs
compiler/main/Packages.lhs
compiler/main/StaticFlagParser.hs
compiler/main/StaticFlags.hs
mk/config.mk.in
mk/ways.mk