Skip to content

Commit 0cdf889

Browse files
committed
usr vm init
0 parents  commit 0cdf889

File tree

17 files changed

+4040
-0
lines changed

17 files changed

+4040
-0
lines changed

.cargo/config.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[build]
2+
rustflags = ["-Ctarget-cpu=native"]
3+
4+
[target.x86_64-pc-windows-msvc]
5+
linker = "rust-lld.exe"
6+
7+
[env]
8+
RUST_BACKTRACE = "1"
9+
10+
[target.x86_64-unknown-linux-gnu]
11+
linker = "clang"
12+
rustflags = ["-Clink-arg=-fuse-ld=/usr/bin/mold", "-Ctarget-cpu=native"]

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/target
2+
*.pem
3+
*.log
4+
.reset-db

0 commit comments

Comments
 (0)