You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current CMake configuration, AsmJit is assumed to be a source dependency and is included from themathpresso CMakeLists.txt. Once included, AsmJit gets statically compiled with the default CMake flags.
I was wondering if it would be possible to compile with AsmJit as a pre-compiled shared library?
The text was updated successfully, but these errors were encountered:
Hi, it would be possible. To be honest I didn't really overthink the CMakeLists.txt file while working on mathpresso as it was initially an example of using AsmJit. But it would be possible to add some option or something to link to it dynamically.
In the current CMake configuration,
AsmJit
is assumed to be a source dependency and is included from themathpresso
CMakeLists.txt. Once included,AsmJit
gets statically compiled with the default CMake flags.I was wondering if it would be possible to compile with
AsmJit
as a pre-compiled shared library?The text was updated successfully, but these errors were encountered: