Fix travis

This commit is contained in:
Nekotekina 2017-12-21 00:40:28 +03:00
parent a08e79f426
commit a285409f59

View File

@ -107,7 +107,7 @@ if(NOT MSVC)
add_compile_options(-msse -msse2 -mcx16 -mrtm)
if(NOT TRAVIS)
if(NOT DEFINED ENV{TRAVIS})
add_compile_options(-march=native)
endif()