mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
[rbuild]
- cleanup obsolete rbuild flags for amd64 - undefine WIN32 for amd64, only _WIN32 should be defined svn path=/trunk/; revision=47542
This commit is contained in:
parent
54a043669e
commit
33b6671aa1
1 changed files with 1 additions and 3 deletions
|
@ -34,8 +34,8 @@
|
|||
<!-- compilerflag compiler="cc,cxx">-gstabs+</compilerflag -->
|
||||
<!-- compilerflag compiler="as">-gstabs+</compilerflag -->
|
||||
<compilerflag>-U_X86_</compilerflag>
|
||||
<compilerflag>-UWIN32</compilerflag>
|
||||
<compilerflag>-Wno-format</compilerflag>
|
||||
<compilerflag>-fno-leading-underscore</compilerflag>
|
||||
</group>
|
||||
|
||||
<group linkerset="ld">
|
||||
|
@ -44,8 +44,6 @@
|
|||
<linkerflag>-section-alignment=0x1000</linkerflag>
|
||||
<linkerflag>--unique=.eh_frame</linkerflag>
|
||||
<linkerflag>-static</linkerflag>
|
||||
<linkerflag>-fno-leading-underscore</linkerflag>
|
||||
<linkerflag>-shared</linkerflag>
|
||||
<linkerflag>--exclude-all-symbols</linkerflag>
|
||||
</group>
|
||||
|
||||
|
|
Loading…
Reference in a new issue