Skip to content

Commit

Permalink
del prints
Browse files Browse the repository at this point in the history
  • Loading branch information
alt-romes committed Jan 16, 2024
1 parent 9437ee2 commit c7b168d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cabal/src/Distribution/Simple/GHC/Build/Link.hs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ linkOrLoadComponent ghcProg pkg_descr extraSources (buildTargetDir, targetDir) (
{ ghcOptMode = toFlag GhcModeInteractive
, ghcOptOptimisation = toFlag GhcNoOptimisation
}
print ("BUILDING REPLT BASE OPTS", vanillaOpts)

-- TODO: problem here is we need the .c files built first, so we can load them
-- with ghci, but .c files can depend on .h files generated by ghc by ffi
Expand Down

0 comments on commit c7b168d

Please sign in to comment.