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

(-)multimedia/arcan/files/patch-platform_cmake_modules_FindSSE.cmake (+12 lines)
Line 0 Link Here
1
--- platform/cmake/modules/FindSSE.cmake.orig	2020-12-15 21:48:46 UTC
2
+++ platform/cmake/modules/FindSSE.cmake
3
@@ -61,9 +61,6 @@ else()
4
   endif()
5
 endif()
6
 
7
-# Set compiler flag to generate instructions for the host architecture.
8
-set(CMAKE_REQUIRED_FLAGS "-march=native")
9
-
10
 # Check for SSE 4.2 support.
11
 if(_SSE_TEST_42)
12
   check_cxx_source_runs("

Return to bug 254234