Commit 393ca12f authored by lcgamboa's avatar lcgamboa

chg: strip binaries on install !minor

parent a91d196f
......@@ -74,6 +74,7 @@ cl git checkout picsimlab
cl ./configure --target-list="arm-softmmu" --disable-werror --disable-sdl --disable-vnc --disable-docs --disable-blobs --static --disable-virtfs --disable-libusb --disable-libnfs --disable-vhost-net --disable-vde --disable-bluez --disable-curses --disable-gtk
cl make clean;make -j4
cd arm-softmmu
cl strip qemu-system-arm
cl sudo cp qemu-system-arm /usr/local/bin/qemu-stm32
cd ../../
echo -e "\033[1;32m ---------------------- build and install picsimlab ---------------------- \033[0m"
......
......@@ -42,8 +42,9 @@ install: all
${MKDIR} ${sharedir}
${MKDIR} ${sharedir}docs/
$(CP) -dvf ../share/picsimlab.desktop ${appdir}
$(CP) -drvf ../share/* ${sharedir}
$(CP) -drvf ../share/* ${sharedir}
$(CP) -dvf picsimlab ${execdir}
strip ${execdir}picsimlab
xdg-icon-resource install --context mimetypes --size 48 ../share/application-x-picsimlab-workspace.png application-x-picsimlab-workspace
xdg-mime install --mode system ../share/application-x-picsimlab-workspace.xml
xdg-mime default picsimlab.desktop application/x-picsimlab-workspace
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment