File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 2
2
incremental = true
3
3
4
4
# In all cases, pass --cfg=tokio_unstable for tokio console integration
5
- # See(https://github.com/ChainSafe/forest/pull/2245)
6
- # on x86_64-linux-*, most CPUs support the specified vector instructions, so use those
7
-
8
- # Note, rustflags aren't additive, so we can't specify tokio_unstable in `build.rustflags`
9
- # So we use a `cfg(foo)` and `cfg(not(foo))` for our common flags.
10
- [target .'cfg(all(target_arch = "x86_64", target_os = "linux"))' ]
11
- rustflags = [" --cfg=tokio_unstable" , " -Ctarget-feature=+avx2,+fma" ]
12
-
13
- [target .'cfg(not(all(target_arch = "x86_64", target_os = "linux")))' ]
5
+ # See (https://github.com/ChainSafe/forest/pull/2245)
14
6
rustflags = [" --cfg=tokio_unstable" ]
15
7
16
8
[net ]
You can’t perform that action at this time.
0 commit comments