From 79c44fdbfa35289f5346f0c6cf560be75f015357 Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Fri, 29 May 2020 13:01:36 +0300 Subject: [PATCH] drop pedantic from C Flags and allow extensions this will also suppress warnings on test target --- Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f6b4a21..db70628 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,6 @@ AM_CFLAGS = -Wall \ -O3 \ -Wstrict-aliasing=2 \ -fstrict-aliasing \ - -pedantic \ -Werror=strict-prototypes lib_LTLIBRARIES = libcglm.la