python-cffi-example
python-cffi-example copied to clipboard
Handy undocumented flags
ffi.set_source(...,
runtime_library_dirs=[...], # Same as library_dirs but for runtime
extra_compile_args=[...], # Extra unadultered args given to the compiler
extra_link_args=[...], # Extra unadultered args given to the linker
)