- Removed csflow, as its basically not getting used when high optimization is needed - Fully rewrote radarflow dma logic. - Speed increase from 20hz to over 130 hz over pcileech, thanks to scatter reads and improved caching - Removed docs, because those were for csflow, which is now removed
6 lines
89 B
TOML
Executable File
6 lines
89 B
TOML
Executable File
[target.'cfg(unix)']
|
|
runner = "sudo -E"
|
|
|
|
[build]
|
|
rustflags = ["-C", "target-cpu=native"]
|