1
運行時stack test --profile
它會自動添加-p rts選項。 我想在我的測試套件上做一些內存分析,因此想添加hc或hyrts選項。如何將內存分析選項添加到堆棧測試
這似乎並不工作
stack test --profile --ghc-options="+RTS -hc -RTS"
如果我猜的話,你打算傳遞給了+ RTS選項時,它給出了錯誤
ghc: the flag -hc requires the program to be built with -prof