Closed winston-h-zhang closed 2 years ago
@arthurpaulino
That flag is used to skip the call to setLibsPaths
, which is needed when we are compiling Lean code that use things from Init
Ah, I see then O_O. Thanks for explaining, sorry for the disturbance!
AFAIU, originally
--prelude
was added to avoid doing a relatively expensive delta computation. But in #195, we replaced the delta computation with Lean's internal declaration tracker. So now is--prelude
still needed?