Skip to content

Commit

Permalink
ci: VERBOSE to find out what's going on with -march=native on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsmeding committed Nov 30, 2024
1 parent 02da616 commit e191be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Setup.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e191be4

Please sign in to comment.