Skip to content

Commit 7af3027

Browse files
committed
Don't strip because echidna does flat binaries
1 parent 2bd8e56 commit 7af3027

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
@@ -16,4 +16,4 @@ clean:
1616

1717
install:
1818
install -d $(DESTDIR)$(PREFIX)/bin
19-
install -s hello $(DESTDIR)$(PREFIX)/bin/
19+
install hello $(DESTDIR)$(PREFIX)/bin/

0 commit comments

Comments
 (0)