X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=67875e1eda346ecc1ff1547ef3af55a4063b2322;hb=4bd1e966ffb4985f180e9728328ff7e3e7b37bb1;hp=996fe6e2e98db3d25b031da5fe5339839df9425e;hpb=70c0442b8dbe12bfd0968a1312fabf31a259f996;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index 996fe6e..67875e1 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -431,6 +431,11 @@ GhcRtsCcOpts=-fomit-frame-pointer # Include the front panel code? Needs GTK+. GhcRtsWithFrontPanel = NO +# Include support for CPU performance counters via the PAPI library in the RTS? +# (PAPI: http://icl.cs.utk.edu/papi/) +GhcRtsWithPapi = NO +HavePapi = @HavePapi@ + ################################################################################ # # nofib