Skip to content

Commit 6ccdc4f

Browse files
committed
samples: wifi: wfa_qt_app: Fix Flash overflow for enterprise
Enable LTO to fix the overflow and also to make room for future increase. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent c103fc1 commit 6ccdc4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
CONFIG_NRF_WIFI_DATA_HEAP_SIZE=80000
22
CONFIG_WIFI_CREDENTIALS=n
33
CONFIG_NRF70_RX_NUM_BUFS=16
4+
# Link-time optimizations to fix flash overflow
5+
CONFIG_LTO=y
6+
CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

0 commit comments

Comments
 (0)