Error during compilation with clang

Hello everyone,
first, congratulations for this amazing project, it really triggered me a few years ago and I wanted to take the fun back, but unfortunately compilation failed during the
cabal new-install tidal --lib command.

The full log is here : https://pastebin.com/unV7aerw , yet I think the problem way come during the clang compilation of blaze-builder, getting the lines :
clang: error: linker command failed with exit code 1 (use -v to see invocation) gcc' failed in phase 'Linker'. (Exit code: 1) cabal: Failed to build blaze-builder-0.4.1.0 (which is required by tidal-1.6.1). See the build log above for details.

Configuration : Mac OS 10.14.6 (Mojave)

Thank you so much!

Hi, I don't have a Mac, but this looks like https://github.com/commercialhaskell/stack/issues/4373 ?

That issue is about stack, but it's really about a config option to ghc itself.

The location of the settings file depends on where (how) you installed ghc.