mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[CMAKE]
* Use PSEH2 again for TestBE (reverts 58603 and 58604). svn path=/trunk/; revision=58767
This commit is contained in:
@@ -91,12 +91,6 @@ elseif(ARCH STREQUAL "amd64")
|
||||
add_compile_flags("-mpreferred-stack-boundary=4")
|
||||
endif()
|
||||
|
||||
# PSEH
|
||||
if(GCC_VERSION VERSION_GREATER 4.7)
|
||||
set(USE_PSEH3 1)
|
||||
add_definitions(-D_USE_PSEH3=1)
|
||||
endif()
|
||||
|
||||
# Other
|
||||
if(ARCH STREQUAL "amd64")
|
||||
add_definitions(-U_X86_ -UWIN32)
|
||||
|
||||
Reference in New Issue
Block a user