build: fix C flags for older compiler[s]

This commit is contained in:
Recep Aslantas
2018-02-22 19:55:16 +03:00
parent 43d0837303
commit 8a16f358a3

View File

@@ -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