From 67b882b53c5d8ded61dbf2b1137602d474ebc334 Mon Sep 17 00:00:00 2001 From: xuxiao Date: Thu, 18 Jul 2024 16:02:13 +0800 Subject: [PATCH] fix(wifi): fix code comments --- examples/protocols/mqtt/custom_outbox/sdkconfig.defaults | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/protocols/mqtt/custom_outbox/sdkconfig.defaults b/examples/protocols/mqtt/custom_outbox/sdkconfig.defaults index 385da31..11f90ce 100644 --- a/examples/protocols/mqtt/custom_outbox/sdkconfig.defaults +++ b/examples/protocols/mqtt/custom_outbox/sdkconfig.defaults @@ -1,2 +1,3 @@ CONFIG_MQTT_CUSTOM_OUTBOX=y CONFIG_COMPILER_CXX_EXCEPTIONS=y +CONFIG_COMPILER_OPTIMIZATION_SIZE=y