diff --git a/.cargo/config b/.cargo/config index d6e0c4437c..c91c3f38b7 100644 --- a/.cargo/config +++ b/.cargo/config @@ -1,5 +1,2 @@ -[build] -rustflags = ["-C", "target-cpu=native"] - [net] git-fetch-with-cli = true diff --git a/Cargo.toml b/Cargo.toml index 451b1708e5..cdc7404a02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,6 @@ license = "GPL-3.0" edition = "2018" [lib] -name = "leo_lib" path = "leo/lib.rs" [[bin]]