mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2212] The binary size of frps nearly doubled in 0.35.0 #1760
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#1760
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xlfjn on GitHub (Jan 23, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2212
Version: 0.35.0
OS: Linux
CPU architecture: arm
Steps to reproduce the issue
tar -tvf frp_0.35.0_linux_arm.tar.gz && tar -tvf frp_0.34.3_linux_arm.tar.gzNotice that the size of
frpcremains the same between versions, howeverfrpsballooned by more than 80%.In 0.34.3,
frpsis larger thanfrpcby 1/3 or 33% . In 0.35.0 it becomes 140% .Can you guess what caused this issue
#2101 might be the cause, since only
frpsis affected. However I have not tried compiling frp without that.@fatedier commented on GitHub (Jan 25, 2021):
Thanks for your report. Your guess is right, i will try to fix it and release a new version.