Skip to content

Commit 9163ab7

Browse files
shuaitian-gitvisridha
authored andcommitted
Add .cargo/config.toml files for DocumentDB gateway and macros
Signed-off-by: Shuai Tian <[email protected]>
1 parent 92b9698 commit 9163ab7

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[unstable]
2+
registry-auth = false
3+
4+
[registries]
5+
crates_io = { index = "https://github.com/rust-lang/crates.io-index" }
6+
7+
[source.crates-io]
8+
replace-with = "crates_io"
9+
10+
[target.'cfg(target_arch = "x86_64")']
11+
rustflags = ["-C", "target-cpu=x86-64-v3", "-C", "force-frame-pointers=yes"]
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[unstable]
2+
registry-auth = false
3+
4+
[registries]
5+
crates_io = { index = "https://github.com/rust-lang/crates.io-index" }
6+
7+
[source.crates-io]
8+
replace-with = "crates_io"
9+
10+
[target.'cfg(target_arch = "x86_64")']
11+
rustflags = ["-C", "target-cpu=x86-64-v3", "-C", "force-frame-pointers=yes"]
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[unstable]
2+
registry-auth = false
3+
4+
[registries]
5+
crates_io = { index = "https://github.com/rust-lang/crates.io-index" }
6+
7+
[source.crates-io]
8+
replace-with = "crates_io"
9+
10+
[target.'cfg(target_arch = "x86_64")']
11+
rustflags = ["-C", "target-cpu=x86-64-v3", "-C", "force-frame-pointers=yes"]

0 commit comments

Comments
 (0)