mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-19 07:00:52 +00:00
- Disabled compiler intrinsics for the VS non SSE2 version, it should work now.
This commit is contained in:
parent
abb2f6fd32
commit
af4093fe94
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ endif()
|
||||||
if ( NOT TC_USE_SSE2 )
|
if ( NOT TC_USE_SSE2 )
|
||||||
add_definitions( -DNO_SSE )
|
add_definitions( -DNO_SSE )
|
||||||
if ( MSVC )
|
if ( MSVC )
|
||||||
set (CMAKE_CXX_FLAGS "/arch:IA32 ${CMAKE_CXX_FLAGS}")
|
set (CMAKE_CXX_FLAGS "/arch:IA32 /Oi- ${CMAKE_CXX_FLAGS}")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue