Remove overflow warning surpression

This commit is contained in:
Jarcode
2019-09-08 16:38:46 -07:00
parent 859bfb0b31
commit 04ca255cd2
5 changed files with 48 additions and 17 deletions

View File

@@ -5,7 +5,6 @@ project(
default_options:['buildtype=release', 'strip=true', 'optimization=2'])
cc = meson.get_compiler('c')
add_project_arguments('-Wstringop-overflow=0', language: 'c')
if get_option('glad')
if get_option('buildtype').startswith('debug')