2010YOUY01 commented on issue #13277: URL: https://github.com/apache/datafusion/issues/13277#issuecomment-2461288805
> For the quick test during dev, maybe can try following build mode, it will be much faster: > > ``` > cargo build --profile release-nonlto > ``` Thank you, it works! I believe most time is spent on LTO: only set `lto = false` can significantly reduce compile time. I also tried faster linker (ld -> lld) but didn't help much -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
