From e191be4f82a5c26582c0961245698a3ffb3a8a89 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Sat, 30 Nov 2024 15:01:28 +0100 Subject: [PATCH] ci: VERBOSE to find out what's going on with -march=native on mac --- Setup.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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