Skip to content

Commit 64af3bf

Browse files
committed
Install stripped Aspectator
1 parent 51b0032 commit 64af3bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ build/install: uninstall install-keep-previous-instances
4141

4242
# Install Aspectator (GCC) within dedicated directory to simplify its uninstall.
4343
install-keep-previous-instances:
44-
$(MAKE) DESTDIR="$(DESTDIR)/cif" -C build install
44+
$(MAKE) DESTDIR="$(DESTDIR)/cif" -C build install-strip
4545
cp build/cif "$(DESTDIR)/cif/bin/cif"
4646
mkdir -p "$(DESTDIR)/bin"
4747
ln -sf "../cif/bin/cif" "$(DESTDIR)/bin/cif"

0 commit comments

Comments
 (0)