strip useless debug symbols
This commit is contained in:
parent
e22c9d42da
commit
735915db89
1 changed files with 5 additions and 4 deletions
9
wrap.sh
9
wrap.sh
|
@ -1,5 +1,6 @@
|
|||
make
|
||||
CC=x86_64-w64-mingw32-gcc BIN=./bin/elem.exe make
|
||||
CC=i686-w64-mingw32-gcc BIN=./bin/elem_32.exe make
|
||||
rm ./elem.tar.gz
|
||||
tar -cvf ./elem.tar.gz bin
|
||||
CC=x86_64-w64-mingw32-gcc BIN=bin/elem.exe make
|
||||
CC=i686-w64-mingw32-gcc BIN=bin/elem_32.exe make
|
||||
rm elem.tar.gz
|
||||
tar -cvf elem.tar.gz bin
|
||||
strip --strip-all bin/elem
|
Loading…
Reference in a new issue