mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 06:45:24 +00:00
* Align the stack on an 8-byte boundary for x86.
svn path=/trunk/; revision=56998
This commit is contained in:
parent
0113c5402c
commit
f255f69861
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ endif()
|
||||||
add_compile_flags("-fno-strict-aliasing")
|
add_compile_flags("-fno-strict-aliasing")
|
||||||
|
|
||||||
if(ARCH MATCHES i386)
|
if(ARCH MATCHES i386)
|
||||||
add_compile_flags("-mpreferred-stack-boundary=2 -fno-set-stack-executable -fno-optimize-sibling-calls -fno-omit-frame-pointer")
|
add_compile_flags("-mpreferred-stack-boundary=3 -fno-set-stack-executable -fno-optimize-sibling-calls -fno-omit-frame-pointer")
|
||||||
if(OPTIMIZE STREQUAL "1")
|
if(OPTIMIZE STREQUAL "1")
|
||||||
add_compile_flags("-ftracer -momit-leaf-frame-pointer")
|
add_compile_flags("-ftracer -momit-leaf-frame-pointer")
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue