cabal2nix icon indicating copy to clipboard operation
cabal2nix copied to clipboard

add command line option to disable profiling

Open poscat0x04 opened this issue 4 years ago • 3 comments

Right now nixpkgs defaults to enable profiling.

poscat0x04 avatar Apr 06 '20 06:04 poscat0x04

Please use any of these flags:

  --enable-library-profiling
                           enable library profiling in the generated build
  --enable-executable-profiling
                           enable executable profiling in the generated build
  --enable-profiling       enable both library and executable profiling in the
                           generated build

peti avatar Jun 05 '20 19:06 peti

I know I could use those flags to enable profiling. What I'm asking are flags to disable profiling.

poscat0x04 avatar Jun 06 '20 17:06 poscat0x04

I see. Sorry, I misunderstood your request at first.

peti avatar Jun 24 '20 06:06 peti