set relocation-model to static

This commit is contained in:
Jorge Aparicio 2016-10-02 15:53:28 -05:00
parent e4c3263e5f
commit 396b757fc3

View file

@ -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()
}
}