cmake: un-hardcode native architecture (#72)

This commit is contained in:
Alexandre Bouvier 2024-09-08 12:09:59 +00:00 committed by GitHub
parent 5830d66c4b
commit 71c2185bf6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ jobs:
- name: Build RPCSX
run: |
cmake -B build -DCMAKE_BUILD_TYPE=Release && \
cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS_INIT="-march=native" && \
cmake --build build -j4
- name: Upload RPCSX