Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit bab8c8e

Browse files
committed
Add arch matching to CMakeOptions
1 parent 1e7e49a commit bab8c8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xapi/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ set(COMMON_FLAGS
2323
-Werror
2424
-Wpedantic
2525
-Wextra
26+
-march=native
2627
)
2728

2829
if(CMAKE_BUILD_TYPE STREQUAL "Release")

0 commit comments

Comments
 (0)