mirror of
https://github.com/recp/cglm.git
synced 2025-12-24 20:34:58 +00:00
drop pedantic from C Flags and allow extensions
this will also suppress warnings on test target
This commit is contained in:
@@ -12,7 +12,6 @@ AM_CFLAGS = -Wall \
|
||||
-O3 \
|
||||
-Wstrict-aliasing=2 \
|
||||
-fstrict-aliasing \
|
||||
-pedantic \
|
||||
-Werror=strict-prototypes
|
||||
|
||||
lib_LTLIBRARIES = libcglm.la
|
||||
|
||||
Reference in New Issue
Block a user