We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d901b05 + 4b66483 commit 4a21426Copy full SHA for 4a21426
ports/stm/Makefile
@@ -81,12 +81,12 @@ INC += -I../../supervisor/shared/usb
81
82
#Debugging/Optimization
83
ifeq ($(DEBUG), 1)
84
- CFLAGS += -ggdb
+ CFLAGS += -ggdb3
85
# You may want to enable these flags to make setting breakpoints easier.
86
CFLAGS += -fno-inline -fno-ipa-sra
87
else
88
CFLAGS += -Os -DNDEBUG
89
90
# TODO: Test with -flto
91
# CFLAGS += -flto
92
endif
ports/stm/st_driver
0 commit comments