Silence some annoying terminal output

This commit is contained in:
Zion Nimchuk
2018-03-30 23:58:50 -07:00
committed by Ivan
parent 8c19ff4fb9
commit b0352d6ef7
+1 -1
View File
@@ -98,7 +98,7 @@ if(USE_NATIVE_INSTRUCTIONS)
endif()
if(NOT MSVC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fexceptions")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-invalid-pch -Wno-unused-command-line-argument -fexceptions")
# This hides our LLVM from mesa's LLVM, otherwise we get some unresolvable conflicts.
if(NOT APPLE)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wl,--exclude-libs,ALL")