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

@@ -3,7 +3,6 @@ project('cglm', 'c',
license : 'mit',
default_options : [
'c_std=c11',
'werror=true',
'warning_level=2',
'buildtype=release'
]