You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These Stack options may be useful to Kore developers:
# ~/.stack/config.yamlghc-options:# Build multiple modules in parallel for local targets.# Stack already builds multiple packages in parallel, so we do not want to# apply this option to dependencies, or we might run out of memory.
"$targets": -j8 # Exact choice of thread count may vary.build:# Build vanilla AND profiled libraries.# Avoids rebuilding dependencies twice when using --profile.library-profiling: true