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