Simplest ticky-ticky profiling (was RE: Selective compilation)

2002-01-30 Thread Nicholas Nethercote
On Tue, 29 Jan 2002, Simon Marlow wrote: If you want to build GHC in different ways, eg. with ticky-ticky profiling on, you can do it by setting GhcLibWays=t. This make two versions of all the library .o files and .a files, a normal one, and a ticky-ticky one. My question is:

Selective compilation

2002-01-29 Thread Nicholas Nethercote
Hi, If you want to build GHC in different ways, eg. with ticky-ticky profiling on, you can do it by setting GhcLibWays=t. This make two versions of all the library .o files and .a files, a normal one, and a ticky-ticky one. My question is: can you stop it from making the normal one? Thanks