Skip to content

Commit 1a5c5df

Browse files
authored
Removed -mtune (#164)
1 parent ea5daf9 commit 1a5c5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ endif()
135135

136136
set(ISA_FLAGS "")
137137
if (NOT ${USE_ISA} STREQUAL "" AND NOT ${USE_ISA} STREQUAL "generic")
138-
set(ISA_FLAGS "-march=${USE_ISA} -mtune=${USE_ISA}")
138+
set(ISA_FLAGS "-march=${USE_ISA}")
139139
endif()
140140

141141
if(GLIBC_VERSION VERSION_LESS 2.17)

0 commit comments

Comments
 (0)