mirror of
https://github.com/reactos/reactos.git
synced 2026-09-12 20:59:19 +08:00
Add a linkerflag to make sure we get an .eh_frame section. Todo: Get it at the end of the executable, so we can safely remove it. Remove duplicate disable-stdcall-fixup
Fixes build. svn path=/branches/ros-amd64-bringup/; revision=37293
This commit is contained in:
@@ -19,8 +19,6 @@
|
||||
<property name="usewrc" value="false"/>
|
||||
<property name="WINEBUILD_FLAGS" value="--kill-at"/>
|
||||
<property name="NTOSKRNL_SHARED" value="-shared"/>
|
||||
<linkerflag>-disable-stdcall-fixup</linkerflag>
|
||||
<compilerflag>-U_X86_</compilerflag>
|
||||
|
||||
<if property="OPTIMIZE" value="1">
|
||||
<compilerflag>-Os</compilerflag>
|
||||
@@ -40,6 +38,7 @@
|
||||
<compilerflag>-O3</compilerflag>
|
||||
</if>
|
||||
|
||||
<compilerflag>-U_X86_</compilerflag>
|
||||
<compilerflag>-mpreferred-stack-boundary=4</compilerflag>
|
||||
<compilerflag>-fno-strict-aliasing</compilerflag>
|
||||
<compilerflag>-Wno-strict-aliasing</compilerflag>
|
||||
@@ -47,6 +46,7 @@
|
||||
<compilerflag>-Wpointer-arith</compilerflag>
|
||||
<linkerflag>-disable-stdcall-fixup</linkerflag>
|
||||
<linkerflag>-static</linkerflag>
|
||||
<linkerflag>--unique=.eh_frame</linkerflag>
|
||||
|
||||
<!-- Here starts <xi:include href="ReactOS-generic.rbuild" /> -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user