about summary refs log tree commit diff
path: root/.cargo/config.toml
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2024-12-05 06:20:09 -0600
committergennyble <gen@nyble.dev>2024-12-05 06:20:09 -0600
commit547956194948c132ff7a90051438b813108d9717 (patch)
tree47199ad572b9e263c2a1ea1e48ff9dece390b84e /.cargo/config.toml
parent142bc4cb60abcbbab996f3b3b2b2439bf0b14938 (diff)
downloadreally-etches-547956194948c132ff7a90051438b813108d9717.tar.gz
really-etches-547956194948c132ff7a90051438b813108d9717.zip
Partial save support; fix build
Diffstat (limited to '.cargo/config.toml')
-rwxr-xr-x.cargo/config.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml
new file mode 100755
index 0000000..d61b209
--- /dev/null
+++ b/.cargo/config.toml
@@ -0,0 +1,2 @@
+[target.x86_64-unknown-linux-gnu]
+linker = "x86_64-unknown-linux-gnu-gcc"