diff --git a/Setup.hs b/Setup.hs index fe3f33527..6ef1a6f2e 100755 --- a/Setup.hs +++ b/Setup.hs @@ -95,7 +95,7 @@ postBuildHook args build_flags pkg_desc lbi = do -- Build in parallel with 2 jobs because likely, accelerate is one of -- the last dependencies in a build, so we aren't stealing CPU time -- from other packages, and tracy takes way too long to build - rawSystemExit verbosity "cmake" ["--build", hs_tmpdir, "--config", "Release", "-j", "2"] + rawSystemExit verbosity "cmake" ["--build", hs_tmpdir, "--config", "Release", "-j", "2", "--", "VERBOSE=1"] -- Copy, not rename, to prevent cmake from linking again on the next -- reconfigure