[CMAKE]
authorThomas Faber <thomas.faber@reactos.org>
Sun, 29 Jul 2012 23:24:02 +0000 (23:24 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Sun, 29 Jul 2012 23:24:02 +0000 (23:24 +0000)
- Revert 56985 for now, as it apparently breaks syscalls
See issue #7218 for more details.

svn path=/trunk/; revision=56988

reactos/cmake/gcc.cmake

index 49c314d..1f0eecc 100644 (file)
@@ -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()