diff options
Diffstat (limited to '.cargo/config.toml')
| -rw-r--r-- | .cargo/config.toml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml index 03f4879..856d60d 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,4 @@ -[build] -rustflags = ["-Ctarget-cpu=native"] +# This does make the final binary a *little bit* fast but it also fails to +# compile on some machines, it's up to you how you handle this. +#[build] +#rustflags = ["-Ctarget-cpu=native"] |