tshort / StaticCompiler.jl

Compiles Julia code to a standalone library (experimental)
Other
489 stars 31 forks source link

Add `cflags` kwarg to `compile_executable` and friends #82

Closed brenhinkeller closed 1 year ago

brenhinkeller commented 1 year ago

This makes it easier to specify libraries to link against when, for example, calling MPI from staticcompiler'd Julia (or, potentially in the future, for linking against libjulia?).