From 152eb306f2ef2d5cfbde3ba23cc0bbd401aef0d3 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Sat, 3 Nov 2018 16:19:07 +0200 Subject: stack usage warning at 64k --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3782237..88e45a6 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ pkgconfigdir ?= /lib/pkgconfig MAKEFLAGS += --no-builtin-rules -WARNINGS := -Wall -Wextra -Wpedantic -Wformat=2 -Wstrict-aliasing=3 -Wstrict-overflow=5 -Wstack-usage=12500 \ +WARNINGS := -Wall -Wextra -Wpedantic -Wformat=2 -Wstrict-aliasing=3 -Wstrict-overflow=5 -Wstack-usage=64000 \ -Wfloat-equal -Wcast-align -Wpointer-arith -Wchar-subscripts -Warray-bounds=2 override CFLAGS ?= -g -- cgit v1.2.3