mrousavy / nitro

🔥 Insanely fast native C++, Swift or Kotlin modules with a statically compiled binding layer to JSI
https://nitro.margelo.com
MIT License
598 stars 15 forks source link

fix: Fix `NITRO_DEBUG` debug/release preprocessor directive #132

Closed mrousavy closed 1 month ago

mrousavy commented 1 month ago

Properly uses NITRO_DEBUG on DEBUG/!NDEBUG builds, and release code otherwise.