Skip to content

Commit 6e592fb

Browse files
committed
Drop NDEBUG flags
1 parent 69f2659 commit 6e592fb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

platformio.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,6 @@ build_type = debug
336336
build_flags =
337337
-DUSE_TINYUSB=1
338338
-DARDUINO_ESPRESSIF_ESP32S3_DEVKITC_1_N8
339-
-DNDEBUG=1
340339
-DDEBUG=1
341340
-DESP_LOG_LEVEL=5
342341
-DARDUINO_CORE_DEBUG_LEVEL=5
@@ -394,7 +393,6 @@ build_flags = -DUSE_TINYUSB
394393
-DARDUINO_USB_CDC_ON_BOOT=1
395394
-DCFG_TUSB_DEBUG=1
396395
-DDEBUG=1
397-
-DNDEBUG=1
398396
-DUSE_AIRLIFT=1
399397
-g
400398
; -DUSBCON
@@ -475,7 +473,6 @@ build_flags =
475473
-DDEBUG_RP2040_SPI
476474
-DDEBUG_RP2040_CORE
477475
-DDEBUG_RP2040_WIFI
478-
-DNDEBUG
479476
-DLWIP_DEBUG
480477
-DDEBUG_RP2040_PORT=Serial1
481478
-DDEBUG_RP2040_UART_1

0 commit comments

Comments
 (0)