From d3422501adffc2aa9c7aad7a9caef2d383b35f6d Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Fri, 2 Feb 2024 15:54:27 +0100 Subject: config.mk: Do not limit max. number of compilation errors --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 27da1f7..e5a1de1 100644 --- a/config.mk +++ b/config.mk @@ -2,4 +2,4 @@ PROGRAM_NAME = diff-dd PROGRAM_VERSION = 2.0.0 CC=g++ -CFLAGS=-Wall -std=c++11 -fmax-errors=2 +CFLAGS=-Wall -std=c++11 -- cgit v1.2.3