extendr / rextendr

An R package that helps scaffolding extendr-enabled packages or compiling Rust code dynamically
https://extendr.github.io/rextendr/
Other
181 stars 27 forks source link

Limit dll exports on windows #212

Closed Ilia-Kosenkov closed 1 year ago

Ilia-Kosenkov commented 1 year ago

Closes #211. When scaffolding a package to use with extendr, also emit a <packagename>-win.def file with exports to avoid exporting too many symbols on Windows.