Skip to content
Snippets Groups Projects
Commit f0c7eeda authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Change drivers-initfs opt level to s

parent 86ad4bcd
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ do ...@@ -26,7 +26,7 @@ do
--manifest-path "${COOKBOOK_SOURCE}/${bin}/Cargo.toml" \ --manifest-path "${COOKBOOK_SOURCE}/${bin}/Cargo.toml" \
--bin "${bin}" \ --bin "${bin}" \
-- \ -- \
-C opt-level=z \ -C opt-level=s \
-C panic=abort -C panic=abort
cp -v "target/${TARGET}/release/${bin}" "${COOKBOOK_STAGE}/bin" cp -v "target/${TARGET}/release/${bin}" "${COOKBOOK_STAGE}/bin"
done done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment