From 15fc4542704e9e3bb3f31f7eae911b483db42a53 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 20 Feb 2019 13:48:59 +0100 Subject: better error printing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e8bdcfa..d8a5ffe 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PREFIX = /usr/local -CFLAGS = -Wall -Wno-missing-braces -Wextra -Wpedantic +CFLAGS = -Wall -Wno-missing-braces -Wextra -Wpedantic -O2 all: watch -- cgit v1.2.3