8000 Merge pull request #9925 from eightycc/revert-5210 · hierophect/circuitpython@d9ea4ab · GitHub
[go: up one dir, main page]

Skip to content

Commit d9ea4ab

Browse files
authored
Merge pull request adafruit#9925 from eightycc/revert-5210
Revert pull 5210, set DEBUG=1 gcc optimization flag to -Og for the RP2 port.
2 parents 075feef + 37a1d47 commit d9ea4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/raspberrypi/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ CFLAGS += $(OPTIMIZATION_FLAGS)
207207
CFLAGS += $(CFLAGS_CYW43)
208208
#Debugging/Optimization
209209
ifeq ($(DEBUG), 1)
210-
CFLAGS += -ggdb3 -O3
210+
CFLAGS += -ggdb3 -Og
211211
# No LTO because we may place some functions in RAM instead of flash.
212212
else
213213
CFLAGS += -DNDEBUG

0 commit comments

Comments
 (0)
0