diff options
| author | Fuwn <[email protected]> | 2021-05-17 14:35:00 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-17 14:35:00 +0000 |
| commit | 1f5758d57d7f18a2a0e297bb191255231acbe659 (patch) | |
| tree | aabdb8269081d5eb60c99b13ac03a10c097a9e7d /.cargo | |
| parent | perf(global): custom allocator and adjust codegen-units (diff) | |
| download | whirl-1f5758d57d7f18a2a0e297bb191255231acbe659.tar.xz whirl-1f5758d57d7f18a2a0e297bb191255231acbe659.zip | |
fix: compile failing on unix
Diffstat (limited to '.cargo')
| -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"] |