blob: 333ee56eefd26c9d94d1335fc5c7f732baafeb7e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- update.sh.orig Sun Nov 27 15:13:34 2005
+++ update.sh Sun Nov 27 15:14:03 2005
@@ -57,10 +57,6 @@
cp -f devel/*.exe output > /dev/null
cp -f devel/*.so output > /dev/null
cp -f ${RESDIR}/plugins/*.so output/share/CodeBlocks/plugins > /dev/null
-echo Stripping debug info from output tree
-strip output/*.exe
-strip output/*.so
-strip output/share/CodeBlocks/plugins/*.so
echo Creating launch-scripts
echo -e "#!/bin/sh\n" > output/run.sh
|