Removed keys that Clang doesn't support anymore.

master
Roman Telezhynskyi 2017-05-10 17:20:19 +03:00
parent 951acc9d87
commit 8e83f66572
1 changed files with 1 additions and 2 deletions

View File

@ -704,8 +704,7 @@ CLANG_DEBUG_CXXFLAGS += \
unix:!macx{
#Clang on MAC OS X doesn't support all options
CLANG_DEBUG_CXXFLAGS += \
-Warc-abi \
-Wunused-sanitize-argument
-Warc-abi
}
ICC_DEBUG_CXXFLAGS += \