Skip to content

Commit

Permalink
Pass -this-unit-id because cabal doesn't when it compiles Cmm files
Browse files Browse the repository at this point in the history
  • Loading branch information
hsyl20 committed Dec 3, 2024
1 parent 5cbb5b4 commit 4f9641d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ _build/stage1/bin/ghc: _build/stage0/bin/ghc
--ghc-options='"-optc=-DTargetVendor=\"FIXME\""' \
--ghc-options='"-optc=-DGhcUnregisterised=\"FIXME\""' \
--ghc-options='"-optc=-DTablesNextToCode=\"FIXME\""' \
--ghc-options='-this-unit-id rts' \
--builddir=_build/stage1/cabal/

clean:
Expand Down

0 comments on commit 4f9641d

Please sign in to comment.