From 21cc4082bd7d60793f124e0d073a20cdc3b75459 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Mon, 25 Feb 2019 09:12:16 +0200 Subject: make: normal assignment for WARNINGS --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index f653580..41034d2 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -3,7 +3,7 @@ bindir ?= /bin 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=12500 \ -Wfloat-equal -Wcast-align -Wpointer-arith -Wchar-subscripts -Warray-bounds=2 override CFLAGS ?= -g -O2 $(WARNINGS) -- cgit v1.2.3