summaryrefslogtreecommitdiff
path: root/bootle/.cargo/config.toml
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-03-30 17:03:36 +0200
committerandromeda <andromeda@lenovo>2026-03-30 17:03:36 +0200
commit7a3e1fc37c7c77221eee61939328ab6822a70426 (patch)
tree5908b75e41e2e96b164e5f97e9f266acd92ec4e0 /bootle/.cargo/config.toml
parentf789d49e8a570db87d49886bb91ed2d8a62a492f (diff)
remove bootle
Diffstat (limited to 'bootle/.cargo/config.toml')
-rw-r--r--bootle/.cargo/config.toml5
1 files changed, 0 insertions, 5 deletions
diff --git a/bootle/.cargo/config.toml b/bootle/.cargo/config.toml
deleted file mode 100644
index 74cdc7b..0000000
--- a/bootle/.cargo/config.toml
+++ /dev/null
@@ -1,5 +0,0 @@
-[build]
-target = "x86_64-unknown-none"
-rustflags = [
- "-Crelocation-model=static"
-]