cesanta / mjs

Embedded JavaScript engine for C/C++
https://mongoose-os.com
Other
1.91k stars 176 forks source link

Can't compile with MJS_ENABLE_DEBUG=0 #177

Closed paulrouget closed 3 years ago

paulrouget commented 3 years ago

First the value is forced to 1 in mjs_core_public.h. And if switched to 0, we end with missing symbols (like mjs_check_arg).

rojer commented 3 years ago

can you submit a PR to fix this?