NixOS / cabal2nix

Generate Nix build instructions from a Cabal file
https://haskell4nix.readthedocs.io
Other
354 stars 153 forks source link

add command line option to disable profiling #450

Open poscat0x04 opened 4 years ago

poscat0x04 commented 4 years ago

Right now nixpkgs defaults to enable profiling.

peti commented 4 years ago

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
poscat0x04 commented 4 years ago

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

peti commented 4 years ago

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