aboutsummaryrefslogtreecommitdiff
path: root/generator.go
diff options
context:
space:
mode:
authorSteffen <steffen.butzer@outlook.com>2017-06-10 14:02:32 +0200
committerSteffen <steffen.butzer@outlook.com>2017-06-10 14:02:32 +0200
commit6b30b8701efe4d6bd16ebae7f8f2f5fee60462c4 (patch)
treea57f4feb44a0b067766504bb208c85b55847520b /generator.go
parent212e4e19afc9ea6da37ed1357839fa16e6f8dcb1 (diff)
switch windows to CRT, throw out old virtual
Diffstat (limited to 'generator.go')
-rw-r--r--generator.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/generator.go b/generator.go
index 17d3ffa..8529cf3 100644
--- a/generator.go
+++ b/generator.go
@@ -168,6 +168,7 @@ func build(predef string, tus [][]string, opts ...cc.Opt) ([]*cc.TranslationUnit
cc.EnableEmptyStructs(),
cc.EnableImplicitFuncDef(),
cc.EnableNonConstStaticInitExpressions(),
+ cc.EnableWideBitFieldTypes(),
cc.ErrLimit(*errLimit),
cc.SysIncludePaths([]string{ccir.LibcIncludePath}),
}, opts...)...,