Skip to content

Commit 85dd3b5

Browse files
committed
use -mtune=generic by default
1 parent 938010a commit 85dd3b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if(NOT DEFINED CPU_TUNE_ONLY)
1111
set(CPU_TUNE_ONLY TRUE)
1212
endif()
1313
if(NOT DEFINED CPU_TARGET)
14-
set(CPU_TARGET "native")
14+
set(CPU_TARGET "generic")
1515
endif()
1616

1717
if(NOT VCPKG_ROOT)

0 commit comments

Comments
 (0)