diff --git a/interfaces/napi/kits/BUILD.gn b/interfaces/napi/kits/BUILD.gn index 78375a7140a1cf7f68dc783bc1a3355a2d583147..d2fc60a8c904dec776ae49870ba7cd1ddf4471ff 100644 --- a/interfaces/napi/kits/BUILD.gn +++ b/interfaces/napi/kits/BUILD.gn @@ -43,6 +43,10 @@ config("ace_napi_config") { if (is_mac) { cflags_cc = [ "-O0" ] } + + if (enable_ace_instance_log) { + defines += [ "ACE_INSTANCE_LOG" ] + } } common_targets = []