mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Add march=native
This commit is contained in:
parent
fd552b8a9c
commit
016bec1d13
1 changed files with 2 additions and 0 deletions
|
@ -79,7 +79,9 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "Clang" OR CMAKE_CXX_COMPILER_ID MATCHES "GNU")
|
||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} \
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} \
|
||||||
-Wall \
|
-Wall \
|
||||||
-Wextra \
|
-Wextra \
|
||||||
|
-march=native \
|
||||||
-Werror \
|
-Werror \
|
||||||
|
-pipe \
|
||||||
-pedantic \
|
-pedantic \
|
||||||
-Wunreachable-code")
|
-Wunreachable-code")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue