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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy