aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorJan Sucan <jan@jansucan.com>2024-02-02 15:54:27 +0100
committerJán Sučan <jan@jansucan.com>2024-02-02 16:04:40 +0100
commitd3422501adffc2aa9c7aad7a9caef2d383b35f6d (patch)
tree64023bd86d49bd188d9637addf691c0594557a13 /config.mk
parent41bffb28038f1a88f2737c5d38f6a14c06f88ddb (diff)
config.mk: Do not limit max. number of compilation errors
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
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