Skip to content

Commit

Permalink
IDX-2803 - Add mold default config file into git tree
Browse files Browse the repository at this point in the history
  • Loading branch information
Enzo Desiage committed Apr 20, 2023
1 parent aec6f97 commit 9387206
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]
1 change: 1 addition & 0 deletions .gitlab/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
/licenses/ @dfinity-lab/teams/idx
/outsource/ @dfinity-lab/teams/idx
/bin/ict @dfinity-lab/teams/ic-testing-verification
/.cargo/ @dfinity-lab/teams/idx

# [Bazel]
/bazel/ @dfinity-lab/teams/idx
Expand Down

0 comments on commit 9387206

Please sign in to comment.