summaryrefslogtreecommitdiff
path: root/bootle/.cargo/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'bootle/.cargo/config.toml')
-rw-r--r--bootle/.cargo/config.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/bootle/.cargo/config.toml b/bootle/.cargo/config.toml
new file mode 100644
index 0000000..74cdc7b
--- /dev/null
+++ b/bootle/.cargo/config.toml
@@ -0,0 +1,5 @@
+[build]
+target = "x86_64-unknown-none"
+rustflags = [
+ "-Crelocation-model=static"
+]