We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea67fb7 commit d99df88Copy full SHA for d99df88
1 file changed
ffi/codegen/meta.nim
@@ -173,7 +173,8 @@ const ffiOutputDir* {.strdefine.} = ""
173
# set with -d:ffiSrcPath=../relative/path.nim
174
const ffiSrcPath* {.strdefine.} = ""
175
176
-# When set to true, scalar-only `abi = c` procs (which have no foreign-binding codegen
177
-# yet) are silently omitted from the generated bindings instead of failing the
178
-# build. Off by default so the drop is loud; see genBindings().
+# When set, scalar-only `abi = c` procs are silently omitted from bindings
+# generated by targets without scalar codegen (every target except `c_abi`)
+# instead of failing the build. Off by default so the drop is loud; see
179
+# genBindings().
180
const ffiAllowScalarSkip* {.booldefine.} = false
0 commit comments