fix: disable some warnings for apple clang.
This commit is contained in:
parent
f40ca59700
commit
84dfca0ee9
1 changed files with 5 additions and 3 deletions
|
|
@ -85,9 +85,11 @@ if isCLang or isGCC or (isIntel and not isWindows)
|
||||||
'-fno-rtti'
|
'-fno-rtti'
|
||||||
]
|
]
|
||||||
|
|
||||||
flagsCompiler += [
|
if not isDarwin
|
||||||
'-pedantic'
|
flagsCompiler += [
|
||||||
]
|
'-pedantic'
|
||||||
|
]
|
||||||
|
endif
|
||||||
|
|
||||||
if isOptimize
|
if isOptimize
|
||||||
flagsCompiler += '-msse2'
|
flagsCompiler += '-msse2'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue