We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 094191f commit 04132bfCopy full SHA for 04132bf
1 file changed
.github/assets/openwrt-build/configs/main
@@ -4,6 +4,9 @@ CONFIG_DEVEL=y
4
# Dead code and data elimination for all packages
5
CONFIG_USE_GC_SECTIONS=y
6
7
+# Use the link-time optimizer for all packages
8
+#CONFIG_USE_LTO=y
9
+
10
# Use ccache to improve performance of fresh rebuilds
11
CONFIG_CCACHE=y
12
@@ -44,7 +47,7 @@ CONFIG_PACKAGE_openssh-sftp-server=y
44
47
CONFIG_PACKAGE_nano-full=y
45
48
46
49
# Install sshfs to be able to mount SSH remotes as network drives
-CONFIG_PACKAGE_sshfs=y
50
+#CONFIG_PACKAGE_sshfs=y
51
52
# Install LuCI
53
CONFIG_PACKAGE_luci=y
0 commit comments