Skip to content

Commit

Permalink
remove compiler options for new instructions only
Browse files Browse the repository at this point in the history
  • Loading branch information
thekovic committed Jul 29, 2022
1 parent a34f483 commit e32d7d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- old-cpu-compat
pull_request:

jobs:
Expand Down
2 changes: 0 additions & 2 deletions parallel-rdp-standalone/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,4 @@ if(WIN32)
target_link_libraries(${NAME_PLUGIN_M64P} -lwinmm)
endif()

target_compile_options(${NAME_PLUGIN_M64P} PRIVATE -march=x86-64-v3)
target_link_options(${NAME_PLUGIN_M64P} PRIVATE -march=x86-64-v3)
set_target_properties(${NAME_PLUGIN_M64P} PROPERTIES PREFIX "")

0 comments on commit e32d7d9

Please sign in to comment.