fix: disable some warnings for apple clang.

This commit is contained in:
ds 2020-10-03 17:13:38 +03:00
commit 84dfca0ee9

View file

@ -85,9 +85,11 @@ if isCLang or isGCC or (isIntel and not isWindows)
'-fno-rtti' '-fno-rtti'
] ]
if not isDarwin
flagsCompiler += [ flagsCompiler += [
'-pedantic' '-pedantic'
] ]
endif
if isOptimize if isOptimize
flagsCompiler += '-msse2' flagsCompiler += '-msse2'