1 parent d9ca4c9 commit 1e11f27Copy full SHA for 1e11f27
1 file changed
ports/nrf/Makefile
@@ -90,7 +90,7 @@ INC += -I../../supervisor/shared/usb
90
ifeq ($(DEBUG), 1)
91
CFLAGS += -ggdb3 -Og
92
else
93
- CFLAGS += -Os -DNDEBUG -ggdb3
+ CFLAGS += -Os -DNDEBUG
94
CFLAGS += -flto -flto-partition=none
95
endif
96
0 commit comments