mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
- Turn on multi-character constants support in GCC. Makes TAG macro usage redundant.
svn path=/trunk/; revision=39658
This commit is contained in:
parent
bd6c020071
commit
59924db62f
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
|||
<compilerflag>-fno-strict-aliasing</compilerflag>
|
||||
<compilerflag>-Wno-strict-aliasing</compilerflag>
|
||||
<compilerflag>-Wpointer-arith</compilerflag>
|
||||
<compilerflag>-Wno-multichar</compilerflag>
|
||||
<!-- compilerflag>-H</compilerflag> enable this for header traces -->
|
||||
<linkerflag>-disable-stdcall-fixup</linkerflag>
|
||||
|
||||
|
|
Loading…
Reference in a new issue