drop "-Werror" to allow skip warnings on production build

This commit is contained in:
Recep Aslantas
2023-07-08 23:16:15 +03:00
parent 93cdc897a5
commit d6267e623b
4 changed files with 3 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
AC_PREREQ([2.69])
AC_INIT([cglm], [0.9.1], [info@recp.me])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects serial-tests])
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects serial-tests])
# Don't use the default cflags (-O2 -g), we set ours manually in Makefile.am.
: ${CFLAGS=""}