View | Details | Raw Unified | Return to bug 259171
Collapse All | Expand All

(-)b/multimedia/obs-ndi/files/patch-CMakeLists.txt (+11 lines)
Added Link Here
1
--- CMakeLists.txt.orig	2020-05-14 10:29:22 UTC
2
+++ CMakeLists.txt
3
@@ -153,7 +153,7 @@ endif()
4
 if(UNIX AND NOT APPLE)
5
 	include(GNUInstallDirs)
6
 
7
-	set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -mtune=core2 -Ofast")
8
+	set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Ofast")
9
 
10
 	set_target_properties(obs-ndi PROPERTIES PREFIX "")
11
 	target_link_libraries(obs-ndi obs-frontend-api)

Return to bug 259171