mirror of
https://github.com/recp/cglm.git
synced 2026-01-22 01:24:28 +00:00
drop "-Werror" to allow skip warnings on production build
This commit is contained in:
@@ -3,7 +3,6 @@ project('cglm', 'c',
|
||||
license : 'mit',
|
||||
default_options : [
|
||||
'c_std=c11',
|
||||
'werror=true',
|
||||
'warning_level=2',
|
||||
'buildtype=release'
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user