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

Merge pull request #21 from ids1024/strip

Strip binaries in gcc and gnu-binutils, for much smaller file size
parents 6506f88a 6528b4bc
No related branches found
No related tags found
No related merge requests found
......@@ -52,5 +52,6 @@ function recipe_clean {
function recipe_stage {
dest="$(realpath $1)"
make DESTDIR="$dest" install-gcc install-target-libgcc
find "$dest" -exec x86_64-elf-redox-strip {} ';' 2> /dev/null
skip=1
}
......@@ -42,5 +42,6 @@ function recipe_clean {
function recipe_stage {
dest="$(realpath $1)"
make DESTDIR="$dest" install
find "$dest" -exec x86_64-elf-redox-strip {} ';' 2> /dev/null
skip=1
}
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