2010YOUY01 commented on issue #17701: URL: https://github.com/apache/datafusion/issues/17701#issuecomment-3326828308
`[profile.dev]` is a built-in profile in Cargo. It hasn't been changed, and I think we should not modify its default behavior. It's a well-known profile, and people might rely on its expected behavior. Additionally, the debug info can be helpful when using a debugger. Perhaps we can add a new profile option ```toml [profile.dev-fast] inherits = "dev" debug = false ``` -- 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]
