python-cffi-example icon indicating copy to clipboard operation
python-cffi-example copied to clipboard

Handy undocumented flags

Open shazow opened this issue 10 years ago • 0 comments

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
)

shazow avatar Jun 24 '15 19:06 shazow