aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/Kbuild
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-09-21 01:50:11 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-09-23 17:05:23 +0200
commit77b07d98cef822daad6a6e5e735a66db6cc18a3e (patch)
tree81afd78f8f55ece441b7b6ad0df1b7f7e5c8a424 /src/Kbuild
parentchacha20: add chunked selftest and test sliding alignments and hchacha20 (diff)
downloadwireguard-monolithic-historical-77b07d98cef822daad6a6e5e735a66db6cc18a3e.tar.xz
wireguard-monolithic-historical-77b07d98cef822daad6a6e5e735a66db6cc18a3e.zip
global: reduce stack frame size
This brings it under 1280 on 64-bit and under 1024 on 32-bit systems.
Diffstat (limited to 'src/Kbuild')
-rw-r--r--src/Kbuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Kbuild b/src/Kbuild
index 428048a..6d26fe2 100644
--- a/src/Kbuild
+++ b/src/Kbuild
@@ -4,7 +4,6 @@
ccflags-y := -O3 -fvisibility=hidden
ccflags-$(CONFIG_WIREGUARD_DEBUG) += -DDEBUG -g
-ccflags-y += -Wframe-larger-than=8192
ccflags-y += -D'pr_fmt(fmt)=KBUILD_MODNAME ": " fmt'
wireguard-y := main.o noise.o device.o peer.o timers.o queueing.o send.o receive.o socket.o hashtables.o allowedips.o ratelimiter.o cookie.o netlink.o