diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -29,6 +29,10 @@ test=false name="selfhosted" harness=false +[[bench]] +name="fibonacci" +harness=false + [profile.bench] opt-level=3 lto="thin" |
