diff options
| author | hathach <[email protected]> | 2022-11-21 11:12:10 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-11-21 11:12:10 +0700 |
| commit | 47bc269b50eb0fab9ac2f708cecdce2e2df601d9 (patch) | |
| tree | adb85576cd8bb7b83518fd7263cce5ab56cf7ccd /examples/make.mk | |
| parent | 2312bfe3c4be116403974f922d08e5f5cf8a166c (diff) | |
fix build with rp2040 and rx65
Diffstat (limited to 'examples/make.mk')
| -rw-r--r-- | examples/make.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/make.mk b/examples/make.mk index 47520d660..73a39a8fe 100644 --- a/examples/make.mk +++ b/examples/make.mk @@ -113,7 +113,8 @@ CFLAGS += \ # Debugging/Optimization ifeq ($(DEBUG), 1) - CFLAGS += -Og + CFLAGS += -O0 + NO_LTO = 1 else CFLAGS += $(CFLAGS_OPTIMIZED) endif |
