Skip to content

Commit

Permalink
New VM
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Chinenov committed Feb 15, 2022
1 parent 1fb5b3f commit 93ed1c7
Show file tree
Hide file tree
Showing 29 changed files with 2,649 additions and 2,774 deletions.
4 changes: 3 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[target.x86_64-unknown-linux-gnu]
rustflags = [
"-C", "link-arg=-fuse-ld=lld",
# "-Clink-arg=-fuse-ld=lld",
# "-Clink-arg=-Wl,--no-rosegment",
"-Wclippy::dbg_macro",
]
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/target
/*/target
*.svg
*.crl
perf.data*
perf.data*
cl-debugger
1 change: 0 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"settings set target.x86-disassembly-flavor intel"
],
"args": [
"./file.crl"
],
"cwd": "${workspaceFolder}"
},
Expand Down
Loading

0 comments on commit 93ed1c7

Please sign in to comment.