提交 396b757f 编写于 作者: J Jorge Aparicio

set relocation-model to static

上级 e4c3263e
......@@ -15,6 +15,7 @@ pub fn opts() -> TargetOptions {
TargetOptions {
executables: true,
linker: "arm-none-eabi-gcc".to_string(),
relocation_model: "static".to_string(),
.. Default::default()
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册