Skip to content

Commit 1e11f27

Browse files
committed
remove debugging leftovers
1 parent d9ca4c9 commit 1e11f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/nrf/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ INC += -I../../supervisor/shared/usb
9090
ifeq ($(DEBUG), 1)
9191
CFLAGS += -ggdb3 -Og
9292
else
93-
CFLAGS += -Os -DNDEBUG -ggdb3
93+
CFLAGS += -Os -DNDEBUG
9494
CFLAGS += -flto -flto-partition=none
9595
endif
9696

0 commit comments

Comments
 (0)