ghcjs: disable profiling by default

This commit is contained in:
Yorick van Pelt 2019-09-03 15:40:08 +02:00 committed by Peter Simons
parent 0790fbcaef
commit a1b68b688b

View File

@ -25,7 +25,7 @@ in
, doBenchmark ? false
, doHoogle ? true
, editedCabalFile ? null
, enableLibraryProfiling ? true
, enableLibraryProfiling ? !(ghc.isGhcjs or false)
, enableExecutableProfiling ? false
, profilingDetail ? "exported-functions"
# TODO enable shared libs for cross-compiling