create_module build error when using JITIFY_PRINT_LOG
mondus opened this issue · 2 comments
mondus commented
JITIFY_PRINT_LOG
is incorrectly used in create_module``. It should instead use
JITIFY_PRINT_LINKER_LOGelse there is a build failure due to
_error_log``` not existing.
benbarsdell commented
Thanks for the heads up, I actually caught this in #49, though I didn't realise it caused a build error.