diff --git a/src/NDS.h b/src/NDS.h index c0b429ee..1a6d475e 100644 --- a/src/NDS.h +++ b/src/NDS.h @@ -437,6 +437,9 @@ public: #ifdef JIT_ENABLED [[nodiscard]] bool IsJITEnabled() const noexcept { return EnableJIT; } void SetJITArgs(std::optional args) noexcept; +#else + [[nodiscard]] bool IsJITEnabled() const noexcept { return false; } + void SetJITArgs(std::optional args) noexcept {} #endif private: