mirror of https://github.com/BOINC/boinc.git
Added stripping of executable
svn path=/trunk/boinc/; revision=6998
This commit is contained in:
parent
eb80cee874
commit
ac1cec0e46
|
@ -55,7 +55,8 @@ version: win_config.h
|
|||
# make a hard link to the client name.
|
||||
@CLIENT_GUI_BIN_FILENAME@: boinc_gui
|
||||
rm -f $@
|
||||
ln $? $@
|
||||
@LN@ $? $@
|
||||
@STRIP@ $@
|
||||
|
||||
clean-local:
|
||||
rm -f @CLIENT_GUI_BIN_FILENAME@
|
||||
|
|
Loading…
Reference in New Issue