gcc option can be removed

This commit is contained in:
mverch67 2024-06-24 14:54:14 +02:00
parent a29497e2a3
commit 7489e709a7

View File

@ -5,7 +5,7 @@ board = t-deck
board_build.partitions = default_16MB.csv ; just for test board_build.partitions = default_16MB.csv ; just for test
board_check = true board_check = true
upload_protocol = esptool upload_protocol = esptool
build_flags = ${esp32_base.build_flags} -fno-omit-frame-pointer build_flags = ${esp32_base.build_flags}
-D T_DECK -D T_DECK
-D MESHTASTIC_EXCLUDE_CANNEDMESSAGES=1 -D MESHTASTIC_EXCLUDE_CANNEDMESSAGES=1
-D MESHTASTIC_EXCLUDE_INPUTBROKER=1 -D MESHTASTIC_EXCLUDE_INPUTBROKER=1