From 77b07d98cef822daad6a6e5e735a66db6cc18a3e Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 21 Sep 2018 01:50:11 +0200 Subject: global: reduce stack frame size This brings it under 1280 on 64-bit and under 1024 on 32-bit systems. --- src/Kbuild | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Kbuild') 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 -- cgit v1.2.3-59-g8ed1b