summaryrefslogtreecommitdiff
path: root/RGFW.hs
diff options
context:
space:
mode:
Diffstat (limited to 'RGFW.hs')
-rw-r--r--RGFW.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/RGFW.hs b/RGFW.hs
index 4104993..29a5c5f 100644
--- a/RGFW.hs
+++ b/RGFW.hs
@@ -27,7 +27,8 @@ import HsBindgen.TH
let conf = def{
clang = def{
extraIncludeDirs = [Dir "include"],
- defineMacros = [ "RGFW_VULKAN=" ]}}
+ defineMacros = [ "RGFW_VULKAN=" ]},
+ programSlicing = EnableProgramSlicing}
confTH = def{verbosity = Verbosity Warning}
in
withHsBindgen conf confTH $ hashInclude "RGFW.h" \ No newline at end of file