blob: 46b8a67217f4cf8ff091a2afaf4cb73142e0cdae [file] [log] [blame]
David Brown6d56cd82021-08-19 11:06:57 -06001[workspace]
2members = ["sim"]
3exclude = ["ptest"]
4
5# The simulator runs very slowly without optimization. A value of 1
6# compiles in about half the time, but runs about 5-6 times slower. 2
7# and 3 are hardly different in either compile time or performance.
8# Use 2 in case that makes the code slightly more debuggable.
9[profile.test]
10opt-level = 2
11
12[profile.dev]
13opt-level = 2