Fixed compilation with ninja + clang (#5469)

This commit is contained in:
Ilya Lavrenov
2021-04-30 08:57:03 +03:00
committed by GitHub
parent c350f61a42
commit c52117a09f
7 changed files with 9 additions and 12 deletions

View File

@@ -35,8 +35,6 @@ endif()
if(NOT WIN32)
target_compile_options(${TARGET_NAME}
PRIVATE
-MMD
-MP
-Wformat
-Wformat-security
-Wall)