From: Jochen Sprickerhof <jspricke@debian.org>
Date: Tue, 31 Oct 2023 10:02:12 +0100
Subject: Drop custom compiler flags

---
 Makefile | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/Makefile b/Makefile
index 443d1e9..5631ec1 100644
--- a/Makefile
+++ b/Makefile
@@ -85,11 +85,6 @@ CPPFLAGS += -Iinclude -Ilib \
     -DOLMLIB_VERSION_MAJOR=$(MAJOR) -DOLMLIB_VERSION_MINOR=$(MINOR) \
     -DOLMLIB_VERSION_PATCH=$(PATCH)
 
-# we rely on <stdint.h>, which was introduced in C99
-CFLAGS += -Wall -Werror -std=c99
-CXXFLAGS += -Wall -Werror -std=c++11
-LDFLAGS += -Wall -Werror
-
 CFLAGS_NATIVE = -fPIC
 CXXFLAGS_NATIVE = -fPIC
 
