]> granicus.if.org Git - handbrake/commitdiff
Disable mno-ms-bitfields globally - Thanks to Maxym Dmytrychenko and Konab1end for...
authorsr55 <sr55.hb@outlook.com>
Thu, 21 Feb 2013 21:53:44 +0000 (21:53 +0000)
committersr55 <sr55.hb@outlook.com>
Thu, 21 Feb 2013 21:53:44 +0000 (21:53 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5262 b64f7644-9d1e-0410-96f1-a4d463321fa5

make/variant/mingw.defs

index f521e24f5fda9f02058d15b0d8e584f556f1fa9a..d369e343a6b96c434d92e922650f11dc03616d5f 100644 (file)
@@ -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