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 10eb129
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Cabal/src/Distribution/Simple/GHC/Build.hs
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ build numJobs pkg_descr = do
<> [DynWay | wantDynamic]
<> [ProfWay | wantProf]
-- If no way is explicitly wanted, we take vanilla
-- ROMES:TODO: Drop vanilla altogether, use static as default.
<> [VanillaWay | wantVanilla || not (wantStatic || wantDynamic || wantProf)]
-- ROMES:TODO: Is vanilla necessarily the same as defaultGhcWay? If so,
-- we can deal away with VanillaWay and be explicit in -dynamic vs
Expand Down
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 10eb129

Please sign in to comment.