- Turn on multi-character constants support in GCC. Makes TAG macro usage redundant.

svn path=/trunk/; revision=39658
This commit is contained in:
Aleksey Bragin 2009-02-18 14:51:07 +00:00
parent bd6c020071
commit 59924db62f

View file

@ -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>