mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 10:55:50 +00:00
[CMAKE]
- Revert 56985 for now, as it apparently breaks syscalls See issue #7218 for more details. svn path=/trunk/; revision=56988
This commit is contained in:
parent
c9b13b573b
commit
ca4b50adef
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ endif()
|
|||
add_compile_flags("-fno-strict-aliasing")
|
||||
|
||||
if(ARCH MATCHES i386)
|
||||
add_compile_flags("-mpreferred-stack-boundary=4 -fno-set-stack-executable -fno-optimize-sibling-calls -fno-omit-frame-pointer")
|
||||
add_compile_flags("-mpreferred-stack-boundary=2 -fno-set-stack-executable -fno-optimize-sibling-calls -fno-omit-frame-pointer")
|
||||
if(OPTIMIZE STREQUAL "1")
|
||||
add_compile_flags("-ftracer -momit-leaf-frame-pointer")
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue