diff --git a/docs/autogen/book.toml b/docs/autogen/book.toml index 9ef6709..6654d46 100644 --- a/docs/autogen/book.toml +++ b/docs/autogen/book.toml @@ -6,6 +6,7 @@ title = "" no-section-label = true additional-js = ["solidity.min.js"] additional-css = ["book.css"] +mathjax-support = true git-repository-url = "https://github.com/Uniswap/foundry-template" [output.html.fold] diff --git a/foundry.toml b/foundry.toml index 391d308..fa37e97 100644 --- a/foundry.toml +++ b/foundry.toml @@ -20,11 +20,11 @@ remappings = [ ] additional_compiler_profiles = [ - { name = "test", via_ir = false } + { name = "test", via_ir = false, optimizer = false } ] compilation_restrictions = [ - { paths = "test/**", via_ir = false } + { paths = "test/**", via_ir = false, optimizer = false } ] [profile.default.fuzz]