• Mark Tyneway's avatar
    contracts-bedrock: lite foundry profile · 3ef2413d
    Mark Tyneway authored
    Adds a `lite` profile for foundry that turns off the compiler
    optimizer. This is suitable for development purposes when the compiler
    is taking a long time to compile. The developer should be sure to
    not use this mode when doing contract deployments. To set the profile,
    set the env var `FOUNDRY_PROFILE=lite`.
    3ef2413d
foundry.toml 1.84 KB