Skip to content
Snippets Groups Projects
Commit 9706b4c3 authored by Per Lindgren's avatar Per Lindgren
Browse files

thin lto = no

parent 3f84218b
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,7 @@ rustflags = [ ...@@ -28,6 +28,7 @@ rustflags = [
"-C", "link-arg=-Tlink.x", "-C", "link-arg=-Tlink.x",
"-C", "linker=arm-none-eabi-ld", "-C", "linker=arm-none-eabi-ld",
"-Z", "linker-flavor=ld", "-Z", "linker-flavor=ld",
"-Z", "thinlto=no",
] ]
# used when building for klee # used when building for klee
...@@ -35,7 +36,8 @@ rustflags = [ ...@@ -35,7 +36,8 @@ rustflags = [
[target.x86_64-unknown-linux-gnu] [target.x86_64-unknown-linux-gnu]
rustflags = [ rustflags = [
"--emit=llvm-bc,llvm-ir", "--emit=llvm-bc,llvm-ir",
"-C", "linker=true" "-C", "linker=true",
"-Z", "thinlto=no",
] ]
# default build target (for m3) # default build target (for m3)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment