From 8a16f358a36e4c38eb815900e8e34833fff654c8 Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Thu, 22 Feb 2018 19:55:16 +0300 Subject: [PATCH] build: fix C flags for older compiler[s] --- makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile.am b/makefile.am index 4226f4b..f5a78ab 100644 --- a/makefile.am +++ b/makefile.am @@ -13,7 +13,7 @@ AM_CFLAGS = -Wall \ -O3 \ -Wstrict-aliasing=2 \ -fstrict-aliasing \ - -Wpedantic + -pedantic lib_LTLIBRARIES = libcglm.la libcglm_la_LDFLAGS = -no-undefined -version-info 0:1:0