mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
Fix travis
This commit is contained in:
parent
a08e79f426
commit
a285409f59
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ if(NOT MSVC)
|
||||||
|
|
||||||
add_compile_options(-msse -msse2 -mcx16 -mrtm)
|
add_compile_options(-msse -msse2 -mcx16 -mrtm)
|
||||||
|
|
||||||
if(NOT TRAVIS)
|
if(NOT DEFINED ENV{TRAVIS})
|
||||||
add_compile_options(-march=native)
|
add_compile_options(-march=native)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue