summaryrefslogtreecommitdiffstats
path: root/make/variant
diff options
context:
space:
mode:
authorsr55 <[email protected]>2013-02-21 21:53:44 +0000
committersr55 <[email protected]>2013-02-21 21:53:44 +0000
commit170fc142ee0784ed6f80a63a353a8b5739edb6bf (patch)
tree7860e7ceecc3c2602ac64afca00c41b1327b61a0 /make/variant
parentb1952888fe0fd3aba533d797a1a1b6d655bcab3f (diff)
Disable mno-ms-bitfields globally - Thanks to Maxym Dmytrychenko and Konab1end for tracking this down.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5262 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'make/variant')
-rw-r--r--make/variant/mingw.defs2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/variant/mingw.defs b/make/variant/mingw.defs
index f521e24f5..d369e343a 100644
--- a/make/variant/mingw.defs
+++ b/make/variant/mingw.defs
@@ -8,3 +8,5 @@ GCC.args.g.none = -g0
GCC.args.g.min = -g1
GCC.args.g.std = -g2
GCC.args.g.max = -g3
+
+GCC.args.extra += -mno-ms-bitfields \ No newline at end of file