From 16f4b983de5509660f470992f3ce8e5cd1d59c3b Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Tue, 5 Oct 2021 21:15:01 +0200 Subject: passt: Shrink binary size by dropping static initialisers ...from 11MiB to 155KiB for 'make avx2', 95KiB with -Os and stripped. Signed-off-by: Stefano Brivio --- dhcp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dhcp.h') diff --git a/dhcp.h b/dhcp.h index c4fbfe5..59ec10a 100644 --- a/dhcp.h +++ b/dhcp.h @@ -1 +1,2 @@ int dhcp(struct ctx *c, struct ethhdr *eh, size_t len); +void dhcp_init(void); -- cgit v1.2.3