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 b0f2659 commit 1039352Copy full SHA for 1039352
src/backend/jit/llvm/meson.build
@@ -63,6 +63,7 @@ bitcode_cflags = ['-fno-strict-aliasing', '-fwrapv']
63
if llvm.version().version_compare('=15.0')
64
bitcode_cflags += ['-Xclang', '-no-opaque-pointers']
65
endif
66
+bitcode_cflags += get_option('c_args')
67
bitcode_cflags += cppflags
68
69
# XXX: Worth improving on the logic to find directories here
0 commit comments